afterObjectChanged Event

Summary

Occurs when an AnnObject has changed.

Syntax

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

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

Leadtools.Annotations.Automation Assembly