ComponentOne Menus and Toolbars for WinForms
CommandClickEventArgs Constructor(C1Command,ClickEventArgs)

C1.Win.C1Command.4 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.
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

Reference

CommandClickEventArgs Class
CommandClickEventArgs Members
Overload List