Skip to main content
A newer version of this page is available. .

constructor(commandName, parameter) Constructor

Initializes a new instance of the ASPxClientHtmlEditorCommandEventArgs object with the specified settings. For internal use only.

Declaration

constructor(
    commandName: string,
    parameter: any
)

Parameters

Name Type Description
commandName string

A string value that identifies the executed command. Initializes the ASPxClientHtmlEditorCommandEventArgs.commandName property.

parameter any

An object that can contain a command specific infomation needed for handling of the command execution. Initializes the ASPxClientHtmlEditorCommandEventArgs.parameter property.

See Also