Class DataChangedEventArgs
Inheritance
DataChangedEventArgs
Assembly: Mapsui.dll
Syntax
public class DataChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
DataChangedEventArgs()
Declaration
public DataChangedEventArgs()
|
Edit this page
View Source
DataChangedEventArgs(Exception?, bool, object?)
Declaration
public DataChangedEventArgs(Exception? error, bool cancelled, object? info)
Parameters
|
Edit this page
View Source
DataChangedEventArgs(Exception?, bool, object?, string)
Declaration
public DataChangedEventArgs(Exception? error, bool cancelled, object? info, 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
Cancelled
Declaration
public bool Cancelled { get; }
Property Value
|
Edit this page
View Source
Error
Declaration
public Exception? Error { get; }
Property Value
|
Edit this page
View Source
Info
Declaration
public object? Info { get; }
Property Value
|
Edit this page
View Source
LayerName
Declaration
public string LayerName { get; }
Property Value