AppearanceObject.Changed Event
Fires when the appearance object’s properties are changed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The Changed event's data class is EventArgs.
Remarks
Changing any of the following properties will raise the Changed event: AppearanceObject.BackColor, AppearanceObject.BackColor2, AppearanceObject.BorderColor, AppearanceObject.Font, AppearanceObject.ForeColor, AppearanceObject.GradientMode, AppearanceObject.Image.
This event supports the .NET infrastructure and usually you do not need to use it in your code.
See Also