Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

LockObject Event






Occurs when an AnnObject is locked.
Syntax
public event EventHandler<AnnLockObjectEventArgs> LockObject
'Declaration
 
Public Event LockObject As EventHandler(Of AnnLockObjectEventArgs)
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))

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.
Object Gets the AnnObject that is being locked.
Password Gets or sets the password used to unlock a locked AnnObject.
Remarks

This event will occur on a successful call to Lock.

Example

For an example, refer to Lock.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
  Leadtools.Annotations.Automation requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features