C# Class Mapsui.Fetcher.DataChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DataChangedEventArgs ( ) : System
Résultat System

DataChangedEventArgs() public méthode

public DataChangedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo ) : System
error System.Exception
cancelled bool
tileInfo BruTile.TileInfo
Résultat System

DataChangedEventArgs() public méthode

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