constructor(commandName, parameter) Constructor
Initializes a new instance of the ASPxClientGanttCustomCommandEventArgs class with specified settings.
Declaration
constructor(
commandName: string,
parameter: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| commandName | string | The command name. |
| parameter | any | The parameter that complements the processed command. |
See Also