ASPxClientRichEdit.ContentRemoved Event
Occurs when content is removed from the document.
Declaration
ContentRemoved: ASPxClientEvent<ASPxClientRichEditContentRemovedEventHandler>
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. |
removedText | Returns the recently removed text. |
subDocumentId | Gets the active sub-document’s identifier. |
Remarks
Refer to the following section for more information about client-side events: Client API.
See Also