| Leadtools.Windows.Annotations Namespace > AnnEditDesigner Class : Edit Event | 
public event EventHandler<AnnEditDesignerEventArgs> Edit
'Declaration Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs)
'Usage Dim instance As AnnEditDesigner Dim handler As EventHandler(Of AnnEditDesignerEventArgs) AddHandler instance.Edit, handler
public: event EventHandler<AnnEditDesignerEventArgs^>^ Edit
The event handler receives an argument of type AnnEditDesignerEventArgs containing data related to this event. The following AnnEditDesignerEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Cancel | Gets or sets a value indicating whether the editing operation should be canceled.   | 
| MoveControlPointIndex | Gets the index of the System.Windows.Controls.Primitives.Thumb currently being edited.   | 
| Object | Gets the AnnObject object currently being edited.   | 
| Operation | Gets the current edit operation   | 
| OperationStatus | Gets the current edit operation status.   | 
For C#/VB examples, refer to AnnDesigner.