ASPxClientRichEditContentInsertedEventHandler Interface
A method that handles the ContentInserted event.
Declaration
interface ASPxClientRichEditContentInsertedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditContentInsertedEventArgs): any;}
Parameters
Name | Type | Description |
---|---|---|
source | ASPxClientRichEdit | The event source. |
e | ASPxClientRichEditContentInsertedEventArgs | An object that contains event data. |