Skip to main content
All docs
V23.2

PictureEditOptionsMask.Changed Event

For internal use.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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