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

ContentChangedEventArgs Class

Provides data for events that occur when a content is changed.

Declaration

export class ContentChangedEventArgs extends EventArgs

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.