Search Results for

    Show / Hide Table of Contents

    Class MapInfoEventArgs

    Inheritance
    object
    EventArgs
    MapInfoEventArgs
    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 MapInfoEventArgs : EventArgs

    Properties

    | Edit this page View Source

    Handled

    If the interaction was handled by the event subscriber

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    MapInfo

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

    NumTaps

    Number of times the user tapped the location

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