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
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:

  • 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
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.