Reflection
Activated Event (SmartControl)


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