public event EventHandler<AnnLockObjectEventArgs> UnlockObject
public event EventHandler<AnnLockObjectEventArgs> UnlockObject
-(void) automation:(LTAnnAutomation*) automation
unlockWithArgs:(LTAnnUnlockObjectEventArgs*) e;
public void addUnlockEventListener(AnnUnlockEventListener listener)
public void removeUnlockEventListener(AnnUnlockEventListener listener)
add_UnlockObject(function(sender, e)) remove_UnlockObject(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 Unlock.
For an example, refer to Lock.