Reflection
Activated Event (ISmartControl)


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