Skip to main content
A newer version of this page is available. .

ContentChangedEventArgs Class

Contains data for the CharacterPropertiesChanged and ContentInserted events.

Declaration

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

Properties

interval Property

Gets the text buffer interval related to the changed content.

Declaration

interval: Interval

Property Value

Type Description
Interval

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

subDocumentId Property

Gets the active sub-document’s identifier.

Declaration

subDocumentId: number

Property Value

Type Description
number

The sub-document’s identifier.