Class GeoViewInputEventArgs
Event argument used by the GeoViewHolding, GeoViewTapped and GeoViewDoubleTapped events.
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 - 300.0 |
| .NET Windows | 200.0 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |