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 | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| commandName | Gets the name of the processed command. |
| parameter | Gets an optional parameter that complements the processed command. |
See Also