Back to Devexpress

ParagraphPropertiesChangedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-8f41a453.md

latest1.2 KB
Original Source

ParagraphPropertiesChangedEventArgs Class

Contains data for the ParagraphPropertiesChanged event.

Declaration

ts
export class ParagraphPropertiesChangedEventArgs extends EventArgs

Remarks

The ParagraphPropertiesChanged event occurs when a paragraph’s formatting is changed. The event handler receives an argument of the ParagraphPropertiesChangedEventArgs type. The argument’s properties provide information specific to this event.

Inheritance

EventArgs ParagraphPropertiesChangedEventArgs

Properties

paragraphIndex Property

Specifies the changed paragraph’s index.

Declaration

ts
paragraphIndex: number

Property Value

TypeDescription
number

The changed paragraph’s identifier.

|

subDocumentId Property

Specifies the active sub-document’s identifier.

Declaration

ts
subDocumentId: number

Property Value

TypeDescription
number

The sub-document’s identifier

|