Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / Deactivated Event


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