Class DataChangedEventArgs
Inheritance
System.Object
System.EventArgs
DataChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public class DataChangedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDataChangedEventArgs()
Declaration
public DataChangedEventArgs()
DataChangedEventArgs(Exception, Boolean, TileInfo)
Declaration
public DataChangedEventArgs(Exception error, bool cancelled, TileInfo tileInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | error | |
System.Boolean | cancelled | |
BruTile.TileInfo | tileInfo |
DataChangedEventArgs(Exception, Boolean, TileInfo, String)
Declaration
public DataChangedEventArgs(Exception error, bool cancelled, TileInfo tileInfo, string layerName)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | error | |
System.Boolean | cancelled | |
BruTile.TileInfo | tileInfo | |
System.String | layerName |
Properties
| Improve this Doc View SourceCancelled
Declaration
public bool Cancelled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Error
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception |
LayerName
Declaration
public string LayerName { get; }
Property Value
Type | Description |
---|---|
System.String |
TileInfo
Declaration
public TileInfo TileInfo { get; }
Property Value
Type | Description |
---|---|
BruTile.TileInfo |