Back to Devexpress

RichEditControl.PropertyChanged Event

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

latest1.5 KB
Original Source

RichEditControl.PropertyChanged Event

Occurs every time any of the RichEditControl class properties has changed its value.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged
vb
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace