currentObjectIdChanged Event

Summary

Occurs when the value of the CurrentObjectId property changes.

Syntax

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

Remarks

This event is raised if the CurrentObjectId property is changed.

Example

For an example, refer to AnnAutomationManager.

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