Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartButton Interface / ButtonClicked Event


In This Topic
    ButtonClicked Event
    In This Topic
    This event is triggered when a button decoration is clicked.
    Syntax
    'Declaration
     
    
    Event ButtonClicked As EventHandler
    'Usage
     
    
    Dim instance As ISmartButton
    Dim handler As EventHandler
     
    AddHandler instance.ButtonClicked, handler
    event EventHandler ButtonClicked
    See Also