ASPxClientHtmlEditorBeforePasteEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientHtmlEditor.BeforePaste event.
#Declaration
TypeScript
interface ASPxClientHtmlEditorBeforePasteEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorBeforePasteEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the HTML editor object that raised the event. |
e | ASPx |
An ASPx |