Search Results for

    Show / Hide Table of Contents

    Class FeatureInfoEventArgs

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

    Properties

    | Edit this page View Source

    FeatureInfo

    Declaration
    public IDictionary<string, IEnumerable<IFeature>>? FeatureInfo { get; set; }
    Property Value
    Type Description
    IDictionary<string, IEnumerable<IFeature>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX