editContent Event

Summary

Occurs when the content of an AnnObject is edited.

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

This event will occur when the user double clicks an object to edit its content. For more information, refer to AnnEditDesigner.EditContent.

If the value of EditContentAfterDraw is set to true, then this event will occur automatically after the designer finishes drawing new objects.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnEditContentEventArgsThe event data.
Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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