editContent Event

Summary

Occurs when the content of an AnnObject is edited.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomation.prototype,'editContent',  
	get: function(), 
	set: function(value) 
) 
function editContent.add(function(sender, e)); 
function editContent.remove(function(sender, e)); 
TypeScript Syntax
editContent: void; 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly