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 SourceWidgetTouchedEventArgs(Point)
Declaration
public WidgetTouchedEventArgs(Point position)
Parameters
Type | Name | Description |
---|---|---|
Point | position |
Properties
| Improve this Doc View SourceHandled
True, if this Widget had handled this event
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Position
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point |