Show / Hide Table of Contents

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
EventHandler<HoveredElementChangedEventArgs> Indicates that the element currently hovered over in the changed.
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:

  • undoing or redoing edits using Undo() or Redo()
  • stopping the geometry editor using Stop()
  • changing the Tool

Applies to

TargetVersions
.NET Standard 2.0200.8
.NET200.8 - 300.0
.NET Windows200.8 - 300.0
.NET Android200.8 - 300.0
.NET iOS200.8 - 300.0
.NET Framework200.8
UWP200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.