ASPxClientHtmlEditorBeforePasteEventArgs Members
Provides data for the ASPxClientHtmlEditor.BeforePaste event.Constructors
| Name | Description |
|---|---|
| constructor(commandName, html) | Initialize a new instance of the ASPxClientHtmlEditorBeforePasteEventArgs class with the specified settings. |
Properties
| 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