Search Results for

    Show / Hide Table of Contents

    Class DataChangedEventArgs

    Inheritance
    object
    EventArgs
    DataChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Fetcher
    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
    Type Name Description
    Exception error
    bool cancelled
    object info
    | Edit this page View Source

    DataChangedEventArgs(Exception?, bool, object?, string)

    Declaration
    public DataChangedEventArgs(Exception? error, bool cancelled, object? info, string layerName)
    Parameters
    Type Name Description
    Exception error
    bool cancelled
    object info
    string layerName
    | 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
    Type Description
    bool
    | Edit this page View Source

    Error

    Declaration
    public Exception? Error { get; }
    Property Value
    Type Description
    Exception
    | Edit this page View Source

    Info

    Declaration
    public object? Info { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    LayerName

    Declaration
    public string LayerName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX