Skip to main content

PageAppearance.Changed Event

Fires after the PageAppearance object’s settings have been changed.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Events")]
public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

Remarks

The Changed event fires each time an individual property of the PageAppearance object changes. This event supports the .NET Framework infrastructure and generally you don’t need to handle it in your code.

See Also