objectModified Event

Summary

Occurs when one or more AnnObject has changed.

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

This event will fire after one or more AnnObject has been modified by this AnnAutomation. This object can be used as a catch all notification when objects are changed (including when objects are added or removed from the automation). For example, as part of code that links annotation objects in the automation with a user interface element such as a list box.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnObjectModifiedEventArgsThe 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.Automation Assembly

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