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