Back to Devexpress

RichEditControl.ContentChanged Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-f4607235.md

latest1.2 KB
Original Source

RichEditControl.ContentChanged Event

Occurs when the document content was changed.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event EventHandler ContentChanged
vb
Public Event ContentChanged As EventHandler

Event Data

The ContentChanged event's data class is EventArgs.

Remarks

Note

The RichEditControl does not raise the ContentChanged event if RichEditControl is not completely initialized (until the control is added to the visual tree).

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace