Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

UnlockObject Event

Show in webframe
Occurs when an AnnObject is unlocked.
Syntax
add_unlockObject(function(sender, e))
unlockObject.add(function(sender, e))
remove_unlockObject(function(sender, e))
unlockObject.remove(function(sender, e))
    

This event will occur on a successful call to Unlock.

Example

For an example, refer to Lock.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnLockObjectEventArgs The event data.
See Also
Error processing SSI file