Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / Deactivated Event


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