Class MapClickedEventArgs
Inheritance
System.Object
System.EventArgs
MapClickedEventArgs
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.Forms
Assembly: Mapsui.UI.Forms.dll
Syntax
public sealed class MapClickedEventArgs : EventArgs
Properties
| Improve this Doc View SourceHandled
Flag, if this event was handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
NumOfTaps
Number of taps
Declaration
public int NumOfTaps { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Point
Point of click in EPSG:4326 coordinates
Declaration
public Position Point { get; }
Property Value
Type | Description |
---|---|
Position |