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

constructor(subDocumentId, interval) Constructor

Initializes a new instance of the ASPxClientRichEditContentRemovedEventArgs object. For internal use only.

Declaration

constructor(
    subDocumentId: number,
    interval: Interval
)

Parameters

Name Type Description
subDocumentId number

An identifier of a sub-document that contained the removed content.

interval Interval

An interval object that relates to the removed content.

See Also