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

ASPxClientHtmlEditorCommandExecutingEventArgs Properties

Provides data for the ASPxClientHtmlEditor.CommandExecuting event.
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