afterObjectChanged Event

Summary

Occurs when an AnnObject has changed.

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

Remarks

This event will be fired after an AnnObject has been modified by this AnnAutomation.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eAnnAfterObjectChangedEventArgsThe 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