LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AutomationEnabledChanged Event






An event that triggers whenever the value of AutomationEnabled is changed
Syntax
event EventHandler AutomationEnabledChanged
'Declaration
 
Event AutomationEnabledChanged As EventHandler
'Usage
 
Dim instance As IAnnAutomationControl
Dim handler As EventHandler
 
AddHandler instance.AutomationEnabledChanged, handler
event EventHandler AutomationEnabledChanged
add_AutomationEnabledChanged(function(sender, e))
remove_AutomationEnabledChanged(function(sender, e))

event EventHandler^ AutomationEnabledChanged
Remarks

If your implementation does require enabling/disabling the automation, then you do not have to trigger this event from your code. When this event triggers, the automation object will query the IAnnAutomationControl.AutomationEnabled property and consequently starts or stops hooking the mouse and keyboard events.

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.