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


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