constructor(commandName, html) Constructor
Initialize a new instance of the ASPxClientHtmlEditorBeforePasteEventArgs class with the specified settings.
Declaration
constructor(
commandName: string,
html: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| commandName | string | A string value identifying the command’s name. |
| html | string | A string value that specifies the HTML content to paste. |
See Also