ASPxClientRichEditContentInsertedEventHandler<Sender> Interface
A method that will handle the ASPxClientRichEdit.ContentInserted event.
Declaration
interface ASPxClientRichEditContentInsertedEventHandler<Sender> { (source: Sender, e: ASPxClientRichEditContentInsertedEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source |
| e | ASPxClientRichEditContentInsertedEventArgs | An ASPxClientRichEditContentInsertedEventArgs that contains event data. |