(Leadtools.Annotations.Automation)

UnlockObject Event

Show in webframe




Occurs when an AnnObject is unlocked.
Syntax
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))

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  
Object  
Password  
Remarks

This event will occur on a successful call to Unlock.

Example

For an example, refer to Lock.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.