edit Event

Summary

Occurs when this AnnEditDesigner is editing an AnnObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnEditDesigner.prototype,'edit',  
	get: function(), 
	set: function(value) 
) 
edit: LeadEvent; 
Remarks

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.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnEditDesignerEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.