ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also