Search Results for

    Show / Hide Table of Contents

    Class WidgetEventArgs

    Arguments for a touched event of a widget

    Inheritance
    object
    EventArgs
    HandledEventArgs
    BaseEventArgs
    WidgetEventArgs
    Inherited Members
    BaseEventArgs.ScreenPosition
    BaseEventArgs.WorldPosition
    BaseEventArgs.GestureType
    BaseEventArgs.Map
    BaseEventArgs.GetMapInfo
    BaseEventArgs.GetRemoteMapInfoAsync
    HandledEventArgs.Handled
    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 WidgetEventArgs : BaseEventArgs

    Constructors

    | Edit this page View Source

    WidgetEventArgs(ScreenPosition, MPoint, GestureType, Map, bool, GetMapInfoDelegate, GetRemoteMapInfoAsyncDelegate)

    Arguments for a touched event of a widget

    Declaration
    public WidgetEventArgs(ScreenPosition screenPosition, MPoint worldPosition, GestureType gestureType, Map map, bool shiftPressed, GetMapInfoDelegate getMapInfo, GetRemoteMapInfoAsyncDelegate getRemoteMapInfoAsync)
    Parameters
    Type Name Description
    ScreenPosition screenPosition
    MPoint worldPosition
    GestureType gestureType
    Map map
    bool shiftPressed
    GetMapInfoDelegate getMapInfo
    GetRemoteMapInfoAsyncDelegate getRemoteMapInfoAsync

    Properties

    | Edit this page View Source

    ShiftPressed

    Shift key pressed while touching

    Declaration
    public bool ShiftPressed { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX