Event HoveredElementChanged
Indicates that the element currently hovered over in the GeometryEditor changed.
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<HoveredElementChangedEventArgs> HoveredElementChanged
Returns
| Type | Description |
|---|---|
| System.EventHandler<HoveredElementChangedEventArgs> |
Remarks
The value of HoveredElement changes when:
- the mouse or reticle moves onto or off of an element
- the hovered element is deleted
- an element has started or stopped moving - for example, by being picked up or being moved by dragging.
It may also change when:
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.8 |
| .NET | 200.8 |
| .NET Windows | 200.8 |
| .NET Android | 200.8 |
| .NET iOS | 200.8 |
| .NET Framework | 200.8 |
| UWP | 200.8 |