constructor(commandName, parameter) Constructor
Initializes a new instance of the ASPxClientSpreadsheetCustomCommandExecutedEventArgs class.
Declaration
constructor(
commandName: string,
parameter: any
)
Parameters
Name | Type | Description |
---|---|---|
commandName | string | A string value that specifies the name of the processed command. |
parameter | any | An object that can contain command specific information needed for handling the command execution. |
See Also