Skip to main content
A newer version of this page is available. .
All docs
V20.2

constructor(subDocumentId, interval, removedText) Constructor

Initializes a new instance of the ASPxClientRichEditContentRemovedEventArgs class with specified settings.

Declaration

constructor(
    subDocumentId: number,
    interval: Interval,
    removedText: string
)

Parameters

Name Type Description
subDocumentId number

Gets the active sub-document’s identifier.

interval Interval

Gets the text buffer interval related to the removed content.

removedText string

Returns the recently removed text.

See Also