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

ASPxClientRichEdit.ContentRemoved Event

Occurs when content is removed from the document

Declaration

ContentRemoved: ASPxClientEvent<ASPxClientRichEditContentRemovedEventHandler<ASPxClientRichEdit>>

Event Data

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

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