ASPxClientHtmlEditorBeforePasteEventHandler<Sender> Interface
A method that will handle the ASPxClientHtmlEditor.BeforePaste event.
Declaration
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 | ASPxClientHtmlEditorBeforePasteEventArgs | An ASPxClientHtmlEditorBeforePasteEventArgs object that contains event data. |