[]
Initializes a new instance of the CommandClickEventArgs class
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)
| 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. |
Initializes a new instance of the CommandClickEventArgs class
public CommandClickEventArgs(C1Command command, ClickEventArgs e)
Public Sub New(command As C1Command, e As ClickEventArgs)
| Type | Name | Description |
|---|---|---|
| C1Command | command | The command invoked by the user. |
| ClickEventArgs | e | A BeforeSelectWindowEventArgs object that contains the event data. |