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

Parameters

sender
The event invoker
See Also