Show / Hide Table of Contents

Event PickedUpElementChanged

Indicates that the element currently picked up by the GeometryEditor changed following programmatic or interactive pickup or put down.

Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<PickedUpElementChangedEventArgs>? PickedUpElementChanged
Returns
Type Description
EventHandler<PickedUpElementChangedEventArgs> Indicates that the element currently picked up by the changed following programmatic or interactive pickup or put down.
Remarks

The value of PickedUpElement when:

  • an element is picked up or dropped using a tap interaction with the GeometryEditor
  • an element is picked up using PickUpSelectedElement()
  • an element is dropped using PlaceElementAtReticle() It may also change when:
  • undoing or redoing edits using Undo() or Redo() This will clear the current picked up element.
  • canceling the current action using CancelCurrentAction()
  • 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.