Reflection
Deactivated Event (SmartControl)


This event is triggered when the host cursor moves under this control.
Syntax
'Declaration
 
Public Event Deactivated As EventHandler
'Usage
 
Dim instance As SmartControl
Dim handler As EventHandler
 
AddHandler instance.Deactivated, handler
public event EventHandler Deactivated
See Also