[]
        
(Showing Draft Content)

C1.Win.Command.CommandClickEventArgs.-ctor

CommandClickEventArgs Constructor

Initializes a new instance of the CommandClickEventArgs class

Declaration
public CommandClickEventArgs(C1Command command, ClickSourceEnum clickSource, C1CommandLink callerLink, ContextInfo contextInfo)
Public Sub New(command As C1Command, clickSource As ClickSourceEnum, callerLink As C1CommandLink, contextInfo As 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)
Public Sub New(command As C1Command, e As ClickEventArgs)
Parameters
Type Name Description
C1Command command

The command invoked by the user.

ClickEventArgs e

A BeforeSelectWindowEventArgs object that contains the event data.