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