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

LockObject Event

Show in webframe
Occurs when an AnnObject is locked.
Syntax
add_lockObject(function(sender, e))
lockObject.add(function(sender, e))
remove_lockObject(function(sender, e))
lockObject.remove(function(sender, e))
    

This event will occur on a successful call to Lock.

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