constructor(subDocumentId, interval) Constructor
Initializes a new instance of the ASPxClientRichEditContentInsertedEventArgs object. For internal use only.
Declaration
constructor(
subDocumentId: number,
interval: Interval
)
Parameters
Name | Type | Description |
---|---|---|
subDocumentId | number | An identifier of a sub-document that contains the inserted content. |
interval | Interval | An interval object that relates to the inserted content. |
See Also