Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditNotificationOptions.Changed Event

Occurs when the options are modified.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[Browsable(false)]
public event BaseOptionChangedEventHandler Changed

Event Data

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

Property Description
Name Gets the name of the option whose value has been changed.
NewValue Gets or sets the option’s current value.
OldValue Gets the option’s previous value.
See Also