PageAppearance.Changed Event
Fires after the PageAppearance object’s settings have been changed.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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