constructor(subDocumentId, paragraphIndex) Constructor
Initializes a new instance of the ASPxClientRichEditParagraphPropertiesChangedEventArgs object. For internal use only.
Declaration
constructor(
subDocumentId: number,
paragraphIndex: number
)
Parameters
Name | Type | Description |
---|---|---|
subDocumentId | number | An identifier of a sub-document containing the changed paragraph. |
paragraphIndex | number | The changed paragraph’s index. |
See Also