[]
        
(Showing Draft Content)

C1.Win.C1Command.CommandClickEventArgs.-ctor

CommandClickEventArgs Constructor

Initializes a new instance of the CommandClickEventArgs class

Declaration
public CommandClickEventArgs(C1Command command, ClickSourceEnum clickSource, C1CommandLink callerLink, ContextInfo contextInfo)
Parameters
Type Name Description
C1Command command

The command invoked by the user.

ClickSourceEnum clickSource

Determines what caused the click event to occur.

C1CommandLink callerLink

Gets the command link which was clicked by the user.

ContextInfo contextInfo

Gets the context info for events fired from a context menu.

CommandClickEventArgs(C1Command, ClickEventArgs)

Initializes a new instance of the CommandClickEventArgs class

Declaration
public CommandClickEventArgs(C1Command command, ClickEventArgs e)
Parameters
Type Name Description
C1Command command

The command invoked by the user.

ClickEventArgs e

A BeforeSelectWindowEventArgs object that contains the event data.