Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / CommandClick Event

In This Topic
    CommandClick Event
    In This Topic
    Occurs when the command is invoked by the user.
    Syntax
    'Declaration
     
    
    Public Event CommandClick As CommandClickEventHandler
    public event CommandClickEventHandler CommandClick
    See Also