Occurs when the value of the CurrentObjectId property changes.
Object.defineProperty(AnnAutomationManager.prototype,'currentObjectIdChanged',
get: function(),
set: function(value)
)
function currentObjectIdChanged.add(function(sender, e));
function currentObjectIdChanged.remove(function(sender, e));
currentObjectIdChanged: void;
This event is raised if the CurrentObjectId property is changed.
For an example, refer to AnnAutomationManager.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
Products |
Support |
Feedback: currentObjectIdChanged Event (AnnAutomationManager) - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|