beforeObjectChanged Event

Summary

Occurs when an AnnObject is about to be changed.

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

Remarks

This event will be fired before an AnnObject is about to be modified by this AnnAutomation.

Event Data

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