Skip to main content

ASPxClientHtmlEditorCommandExecutingEventArgs.commandName Property

Gets the name of the processed command.

Declaration

commandName: string

Property Value

Type Description
string

A string value specifying the processed command’s name.

Remarks

Use the commandName property to identify the command currently being processed. Additional information about the command may be obtained by using the ASPxClientHtmlEditorCommandExecutingEventArgs.parameter property.

Note that the names of the ASPxHtmlEditor‘s default commands can be obtained on the client side by using the ASPxClientCommandConsts object properties.

When a custom command is being executed, the commandName property value is dependent on the way the custom command is executed.

See Also