Back to Devexpress

ContentRemovedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-ef6e1778.md

latest1.2 KB
Original Source

ContentRemovedEventArgs Class

Contains data for the ContentRemoved event.

Declaration

ts
export class ContentRemovedEventArgs extends ContentChangedEventArgs

Remarks

The ContentRemoved event occurs when content is removed from the document. The event handler receives an argument of the ContentRemovedEventArgs type. The argument’s properties provide information specific to this event.

Inherited Members

interval

subDocumentId

Inheritance

EventArgs ContentChangedEventArgs ContentRemovedEventArgs

Properties

removedText Property

Gets the removed text.

Declaration

ts
removedText: string

Property Value

TypeDescription
string

The removed text.

|