lockObject Event

Summary

Occurs when an AnnObject is locked.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly