| Visual Basic (Declaration) | |
|---|---|
| Public Event GeometryEdit As EventHandler(Of EditGeometry.GeometryEditEventArgs) | |
| C# | |
|---|---|
| public event EventHandler<EditGeometry.GeometryEditEventArgs> GeometryEdit | |
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 the action. | 
| Geometry | Gets the current geometry. | 
| Graphic | Gets the graphic. | 
| NewItems | Gets the new items. | 
| OldItems | Gets the old items. | 
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
 
     
     
     
     
    