unlockObject Event

Summary

Occurs when an AnnObject is unlocked.

Syntax

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

Remarks

This event will occur on a successful call to Unlock.

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