Reflection
Deactivated Event (ISmartControl)


This event is triggered when the host cursor moves from under this decoration.
Syntax
'Declaration
 
Event Deactivated As EventHandler
'Usage
 
Dim instance As ISmartControl
Dim handler As EventHandler
 
AddHandler instance.Deactivated, handler
event EventHandler Deactivated
See Also