C# Class Mapsui.Fetcher.DataChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
DataChangedEventArgs ( ) : System
DataChangedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo ) : System
DataChangedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo, string layerName ) : System

Method Details

DataChangedEventArgs() public method

public DataChangedEventArgs ( ) : System
return System

DataChangedEventArgs() public method

public DataChangedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo ) : System
error System.Exception
cancelled bool
tileInfo BruTile.TileInfo
return System

DataChangedEventArgs() public method

public DataChangedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo, string layerName ) : System
error System.Exception
cancelled bool
tileInfo BruTile.TileInfo
layerName string
return System