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


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