Back to Devexpress

RichEditControl.RtfTextChanged Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-464679df.md

latest1.1 KB
Original Source

RichEditControl.RtfTextChanged Event

Occurs when the text in the control is changed. Use the ContentChanged event instead.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public event EventHandler RtfTextChanged
vb
<Browsable(False)>
Public Event RtfTextChanged As EventHandler

Event Data

The RtfTextChanged event's data class is EventArgs.

See Also

ContentChanged

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace