Back to Devexpress

ASPxClientRichEditContentInsertedEventHandler Interface

aspnet-js-aspxclientricheditcontentinsertedeventhandler.md

latest628 B
Original Source

ASPxClientRichEditContentInsertedEventHandler Interface

A method that handles the ContentInserted event.

Declaration

ts
interface ASPxClientRichEditContentInsertedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditContentInsertedEventArgs): any;}

Parameters

NameTypeDescription
sourceASPxClientRichEdit

The event source.

| | e | ASPxClientRichEditContentInsertedEventArgs |

An object that contains event data.

|