ArcGIS API for WPF - Library Reference
GeometryEdit Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > EditGeometry Class : GeometryEdit Event

Occurs when geometry has edited.

Syntax

Visual Basic (Declaration) 
Public Event GeometryEdit As EventHandler(Of EditGeometry.GeometryEditEventArgs)

Event Data

The event handler receives an argument of type EditGeometry.GeometryEditEventArgs containing data related to this event. The following EditGeometry.GeometryEditEventArgs properties provide information specific to this event.

PropertyDescription
Action Gets or sets the action.
Graphic Gets or sets the graphic.
NewItems Gets or sets the new items.
OldItems Gets or sets the old items.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.