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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly