Back to Devexpress

AppearanceObject.Changed Event

windowsforms-devexpress-dot-utils-dot-appearanceobject-397175a7.md

latest1.3 KB
Original Source

AppearanceObject.Changed Event

Fires when the appearance object’s properties are changed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public virtual event EventHandler Changed
vb
<Browsable(False)>
Public Overridable Event Changed As EventHandler

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

BeginUpdate()

EndUpdate()

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace