Class GeoViewInputEventArgs
Event argument used by the GeoViewHolding, GeoViewTapped and GeoViewDoubleTapped events.
Inheritance
System.Object
System.EventArgs
GeoViewInputEventArgs
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: Esri.ArcGISRuntime.Maui
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public sealed class GeoViewInputEventArgs : EventArgs
Properties
Name | Description |
---|---|
Handled | Gets or sets a value indicating whether the present state of the event handling for a routed event as it travels the route. |
Location | Gets the location on the view where the event occured, if there is one. |
Position | Gets the screen position on the view where the event occured. |
Applies to
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |