Show / Hide Table of Contents

    Class MapInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    MapInfoEventArgs
    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 MapInfoEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Handled

    If the interaction was handled by the event subscriber

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MapInfo

    Declaration
    public MapInfo MapInfo { get; set; }
    Property Value
    Type Description
    MapInfo
    | Improve this Doc View Source

    NumTaps

    Number of times the user tapped the location

    Declaration
    public int NumTaps { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX