Back to Devexpress

RichEditControl.TextChanged Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-06e1279e.md

latest984 B
Original Source

RichEditControl.TextChanged Event

Occurs when the text in the control is changed.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event EventHandler TextChanged
vb
Public Event TextChanged As EventHandler

Event Data

The TextChanged event's data class is EventArgs.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace