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(Exception?, string)

    Declaration
    public DataChangedEventArgs(Exception? error, string layerName)
    Parameters
    Type Name Description
    Exception error
    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

    Error

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

    LayerName

    Declaration
    public string LayerName { get; }
    Property Value
    Type Description
    string

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX