ASPxClientRichEdit.ContentInserted Event
Occurs when content is inserted into the document.
#Declaration
ContentInserted: ASPxClientEvent<ASPxClientRichEditContentInsertedEventHandler>
#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. |
sub |
Gets the active sub-document’s identifier. |
#Remarks
Refer to the following section for more information about client-side events: Client API.