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