Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartControl Object / Deactivated Event
In This Topic
    Deactivated Event
    In This Topic
    This event occurs when the host cursor moves from under this SmartUx Control.
    Syntax
    private Sub SmartControl_Deactivated ( 
       ByVal sender As Object _
    ) 

    Parameters

    sender
    The event invoker
    See Also