Class MapInfoEventArgs
Inheritance
System.Object
System.EventArgs
MapInfoEventArgs
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
Assembly: Mapsui.dll
Syntax
public class MapInfoEventArgs : EventArgs
Properties
| Improve this Doc View SourceHandled
If the interaction was handled by the event subscriber
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MapInfo
Declaration
public MapInfo MapInfo { get; set; }
Property Value
Type | Description |
---|---|
MapInfo |
NumTaps
Number of times the user tapped the location
Declaration
public int NumTaps { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |