ArcGIS API for Silverlight - 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 the action.
Geometry Gets the current geometry.
Graphic Gets the graphic.
NewItems Gets the new items.
OldItems Gets the old items.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.