Class GeoViewInputEventArgs
Event argument used by the GeoViewHolding, GeoViewTapped and GeoViewDoubleTapped events.
Inheritance
System.Object
System.EventArgs
GeoViewInputEventArgs
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
public class GeoViewInputEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| Handled | Gets or sets a value indicating whether the router event should continue to bubble as it travels the route. |
| Location | Gets the location on the view where the event occurred. |
| Position | Gets the screen position on the view where the event occurred. |
Applies to
| Target | Versions |
|---|---|
| .NET Windows | 100.13 - 200.8 |
| .NET Framework | 100.0 - 200.8 |