Occurs when geometry has edited.
Syntax
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.
Property | Description |
---|
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