lockObject Event

Summary

Occurs when an AnnObject is locked.

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

Remarks

This event will occur on a successful call to Lock.

Example

For an example, refer to Lock.

Event Data

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