Class DataChangedEventArgs
Inheritance
DataChangedEventArgs
Assembly: Mapsui.dll
Syntax
public class DataChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
DataChangedEventArgs(Exception?, string)
Declaration
public DataChangedEventArgs(Exception? error, string layerName)
Parameters
|
Edit this page
View Source
DataChangedEventArgs(string)
Declaration
public DataChangedEventArgs(string layerName)
Parameters
| Type |
Name |
Description |
| string |
layerName |
|
Properties
|
Edit this page
View Source
Error
Declaration
public Exception? Error { get; }
Property Value
|
Edit this page
View Source
LayerName
Declaration
public string LayerName { get; }
Property Value
Extension Methods