ASPxClientRichEditContentRemovedEventArgs Members
Provides data for the ASPxClientRichEdit.ContentRemoved event.Constructors
Name | Description |
---|---|
constructor(subDocumentId, interval, removedText) | Initializes a new instance of the ASPxClientRichEditContentRemovedEventArgs class with specified settings. |
Properties
Name | 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. |
See Also