←Select platform

UnlockObject Event

Summary
Occurs when an AnnObject is unlocked.
Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<AnnLockObjectEventArgs> UnlockObject 
Public Event UnlockObject As EventHandler(Of AnnLockObjectEventArgs) 
-(void) automation:(LTAnnAutomation*) automation  
    unlockWithArgs:(LTAnnUnlockObjectEventArgs*) e; 
public void addUnlockEventListener(AnnUnlockEventListener listener) 
public void removeUnlockEventListener(AnnUnlockEventListener listener) 
public:  
   event EventHandler<AnnLockObjectEventArgs^>^ UnlockObject 
Event Data

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.

PropertyDescription
Cancel Gets or sets a value indicating whether the lock operation should be canceled.
Remarks

This event will occur on a successful call to Unlock.

Example

For an example, refer to Lock.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.