Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartControl.ActivatedEventHandler Event
The event invoker
In This Topic
SmartControl.ActivatedEventHandler Event
In This Topic
This event occurs when the host cusor moves under a SmartUx Control.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub SmartControl.ActivatedEventHandler( _
   ByVal sender As Object _
) 

Parameters

sender
The event invoker
See Also