AppearanceObject.Changed Event
In This Article
Fires when the appearance object’s properties are changed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public virtual event EventHandler Changed
#Event Data
The Changed event's data class is EventArgs.
#Remarks
This event supports the .NET infrastructure and usually you do not need to use it in your code.
See Also