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

ASPxClientRichEditCustomCommandExecutedEventArgs Members

Provides data for the ASPxClientRichEdit.CustomCommandExecuted event.

Constructors

Name Description
constructor(commandName, parameter) Initializes a new instance of the ASPxClientRichEditCustomCommandExecutedEventArgs object. 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