Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ContentChangedEventArgs Class

Contains data for the CharacterPropertiesChanged and ContentInserted events.

#Declaration

TypeScript
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

TypeScript
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

TypeScript
subDocumentId: number

#Property Value

Type Description
number

The sub-document’s identifier.