constructor(commandName, parameter) Constructor
Initializes a new instance of the ASPxClientHtmlEditorCommandExecutingEventArgs object with the specified settings.
Declaration
constructor(
commandName: string,
parameter: any
)
Parameters
Name | Type | Description |
---|---|---|
commandName | string | A string value that identifies the command currently being executed. Initializes the ASPxClientHtmlEditorCommandExecutingEventArgs.commandName property. |
parameter | any | An object that contains the command specific information needed for handling the command execution. Initializes the ASPxClientHtmlEditorCommandExecutingEventArgs.parameter property. |
See Also