C#
VB
Java
Objective-C
WinRT C#
C++
Occurs when an AnnObject is unlocked.
public event EventHandler<AnnLockObjectEventArgs> UnlockObject Public Event UnlockObject As EventHandler(Of AnnLockObjectEventArgs) public event EventHandler<AnnLockObjectEventArgs> UnlockObject -(void) automation:(LTAnnAutomation*) automationunlockWithArgs:(LTAnnUnlockObjectEventArgs*) e;
public void addUnlockEventListener(AnnUnlockEventListener listener)public void removeUnlockEventListener(AnnUnlockEventListener listener)
add_UnlockObject(function(sender, e))remove_UnlockObject(function(sender, e))
public:event EventHandler<AnnLockObjectEventArgs^>^ UnlockObject
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 | Gets or sets a value indicating whether the lock operation should be canceled. |
| Object | Gets the AnnObject that is being locked. |
| Password | Gets or sets the password used to unlock a locked AnnObject. |
This event will occur on a successful call to Unlock.
For an example, refer to Lock.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
