Skip to main content

ASPxClientHtmlEditorCommandEventArgs Members

In This Article
Provides data for client events that relate to command processing (ASPxClientHtmlEditor.CommandExecuted, ASPxClientHtmlEditor.CustomCommand).

#Constructors

Name Description
constructor(commandName, parameter) Initializes a new instance of the ASPxClientHtmlEditorCommandEventArgs object with the specified settings. For internal use only.

#Properties

Name Description
commandName Gets the name of the processed command.
parameter Gets an optional parameter that complements the processed command.
See Also