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

ASPxClientHtmlEditorCommandExecutingEventArgs Members

Provides data for the ASPxClientHtmlEditor.CommandExecuting event.

Constructors

Name Description
constructor(commandName, parameter) Initializes a new instance of the ASPxClientHtmlEditorCommandExecutingEventArgs object with the specified settings.

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
commandName Gets the name of the processed command.
parameter Gets an optional parameter that complements the processed command.
See Also