Show / Hide Table of Contents

    Class WidgetTouchedEventArgs

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

    Constructors

    | Improve this Doc View Source

    WidgetTouchedEventArgs(Point)

    Declaration
    public WidgetTouchedEventArgs(Point position)
    Parameters
    Type Name Description
    Point position

    Properties

    | Improve this Doc View Source

    Handled

    True, if this Widget had handled this event

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

    Position

    Declaration
    public Point Position { get; }
    Property Value
    Type Description
    Point
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX