Search Results for

    Show / Hide Table of Contents

    Class WidgetTouchedEventArgs

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

    Constructors

    | Edit this page View Source

    WidgetTouchedEventArgs(MPoint)

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

    Properties

    | Edit this page View Source

    Handled

    True, if this Widget had handled this event

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

    Position

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