Show / Hide Table of Contents

    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 Source

    DataChangedEventArgs()

    Declaration
    public DataChangedEventArgs()
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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 Source

    Cancelled

    Declaration
    public bool Cancelled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Error

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    System.Exception
    | Improve this Doc View Source

    LayerName

    Declaration
    public string LayerName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TileInfo

    Declaration
    public TileInfo TileInfo { get; }
    Property Value
    Type Description
    BruTile.TileInfo
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX