Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / Click Event

In This Topic
    Click Event (C1Command)
    In This Topic
    Event fired when the command is invoked by the user.
    Syntax
    'Declaration
     
    
    Public Event Click As ClickEventHandler
    public event ClickEventHandler Click
    See Also