Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CommandClickEventArgs Class / CommandClickEventArgs Constructor / CommandClickEventArgs Constructor(C1Command,ClickEventArgs)
The command invoked by the user.
A BeforeSelectWindowEventArgs object that contains the event data.

In This Topic
    CommandClickEventArgs Constructor(C1Command,ClickEventArgs)
    In This Topic
    Initializes a new instance of the CommandClickEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal command As C1Command, _
       ByVal e As ClickEventArgs _
    )
    public CommandClickEventArgs( 
       C1Command command,
       ClickEventArgs e
    )

    Parameters

    command
    The command invoked by the user.
    e
    A BeforeSelectWindowEventArgs object that contains the event data.
    See Also