Skip to main content

constructor(commandName, parameter) Constructor

Initializes a new instance of the ASPxClientRichEditCustomCommandExecutedEventArgs object. For internal use only.

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