public event EventHandler<AnnLockObjectEventArgs> LockObject
public event EventHandler<AnnLockObjectEventArgs> LockObject
-(void) automation:(LTAnnAutomation*) automation lockWithArgs:(LTAnnLockObjectEventArgs*) e;
public void addLockEventListener(AnnLockEventListener listener) public void removeLockEventListener(AnnLockEventListener listener)
add_LockObject(function(sender, e)) remove_LockObject(function(sender, e))
The event handler receives an argument of type AnnLockObjectEventArgs containing data related to this event. The following AnnLockObjectEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | |
Object | |
Password |
This event will occur on a successful call to Lock.
For an example, refer to Lock.