ASPxClientHtmlEditorCommandEventArgs Properties
Provides data for client events that relate to command processing (ASPxClientHtmlEditor.CommandExecuted, ASPxClientHtmlEditor.CustomCommand).
Name | Description |
---|---|
command |
Gets the name of the processed command. |
parameter | Gets an optional parameter that complements the processed command. |
See Also