Skip to main content
A newer version of this page is available. .

ASPxClientRichEdit.ContentInserted Event

Occurs when content is inserted into the document.

Declaration

ContentInserted: ASPxClientEvent<ASPxClientRichEditContentInsertedEventHandler<ASPxClientRichEdit>>

Event Data

The ContentInserted event's data class is ASPxClientRichEditContentInsertedEventArgs. The following properties provide information specific to this event:

Property Description
interval Gets the text buffer interval related to the inserted content.
subDocumentId Gets the active sub-document’s identifier.
See Also