ComponentOne Menus and Toolbars for WinForms
CommandClickEventArgs Constructor(C1Command,ClickSourceEnum,C1CommandLink,ContextInfo)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > CommandClickEventArgs Class > CommandClickEventArgs Constructor : CommandClickEventArgs Constructor(C1Command,ClickSourceEnum,C1CommandLink,ContextInfo)
The command invoked by the user.
Determines what caused the click event to occur.
Gets the command link which was clicked by the user.
Gets the context info for events fired from a context menu.
Initializes a new instance of the CommandClickEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal command As C1Command, _
   ByVal clickSource As ClickSourceEnum, _
   ByVal callerLink As C1CommandLink, _
   ByVal contextInfo As ContextInfo _
)
public CommandClickEventArgs( 
   C1Command command,
   ClickSourceEnum clickSource,
   C1CommandLink callerLink,
   ContextInfo contextInfo
)

Parameters

command
The command invoked by the user.
clickSource
Determines what caused the click event to occur.
callerLink
Gets the command link which was clicked by the user.
contextInfo
Gets the context info for events fired from a context menu.
See Also

Reference

CommandClickEventArgs Class
CommandClickEventArgs Members
Overload List