ASPxClientHtmlEditorBeforePasteEventArgs Properties
Provides data for the ASPxClientHtmlEditor.BeforePaste event.| Name | Description |
|---|---|
| commandName | Gets the name of the processed command. |
| html | Gets or sets the HTML markup that is about to be pasted to the ASPxHtmlEditor’s content. |
See Also