currentObjectIdChanged Event

Summary

Occurs when the value of the CurrentObjectId property changes.

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

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly