Skip to main content
All docs
V23.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

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