|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
| Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers 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
- (void)editDesigner:(LTAnnEditDesigner *)designer editWithArgs:(LTAnnEditDesignerEventArgs *)args
public void addEditListener(AnnEditDesignerListener listener) public void removeEditListener(AnnEditDesignerListener listener)
add_Edit(function(sender, e)) remove_Edit(function(sender, e))
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 edit operation should be canceled. |
| MoveThumbIndex | Gets the index of the thumb (control point) being moved. |
| Object | Gets the AnnObject that is being edited. |
| Operation | Gets the type of the current edit operation. |
| OperationStatus | Gets the status of the current edit operation. |
The event handler receives an AnnEditDesignerEventArgs class 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. |
| MoveThumbIndex |
Gets the index of the thumb currently being edited. |
| Object |
Gets the AnnObject object currently being edited. |
| Operation |
Gets a value indicating which edit operation is currently running. |
| OperationStatus |
Gets the status of the current editing operation. |