Back to Devexpress

AppearanceObject.PaintChanged Event

windowsforms-devexpress-dot-utils-dot-appearanceobject-eabdc96a.md

latest1.6 KB
Original Source

AppearanceObject.PaintChanged Event

Occurs when specific settings that control the text appearance 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 PaintChanged
vb
<Browsable(False)>
Public Overridable Event PaintChanged As EventHandler

Event Data

The PaintChanged event's data class is EventArgs.

Remarks

This event occurs when the AppearanceObject.ForeColor, AppearanceObject.BorderColor or AppearanceObject.BackColor property value is changed.

The AppearanceObject.Changed event is called when any setting is changed (including the ones listed above).

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace