Show / Hide Table of Contents

    Class FeatureInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    FeatureInfoEventArgs
    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.UI
    Assembly: Mapsui.dll
    Syntax
    public class FeatureInfoEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    FeatureInfo

    Declaration
    public IDictionary<string, IEnumerable<IFeature>> FeatureInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerable<IFeature>>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX