Back to Devexpress

ContentChangedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-439f201c.md

latest1.4 KB
Original Source

ContentChangedEventArgs Class

Contains data for the CharacterPropertiesChanged and ContentInserted events.

Declaration

ts
export class ContentChangedEventArgs extends EventArgs

Remarks

The CharacterPropertiesChanged and ContentInserted event handlers receive an argument of the KeyboardEventArgs type. The argument’s properties provide information specific to these events.

Inheritance

EventArgs ContentChangedEventArgs ContentRemovedEventArgs

Properties

interval Property

Gets the text buffer interval related to the changed content.

Declaration

ts
interval: Interval

Property Value

TypeDescription
Interval

An object that stores the changed content’s length and position.

|

subDocumentId Property

Gets the active sub-document’s identifier.

Declaration

ts
subDocumentId: number

Property Value

TypeDescription
number

The sub-document’s identifier.

|