constructor(commandName, parameter) Constructor
Initializes a new instance of the ASPxClientRichEditCustomCommandExecutedEventArgs class with specified settings.
Declaration
constructor(
commandName: string,
parameter: any
)
Parameters
| Name | Type |
|---|---|
| commandName | string |
| parameter | any |
See Also