RibbonControl.ColorSchemeChanged Event
In This Article
Fires when the RibbonControl.ColorScheme property’s value is changed.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler ColorSchemeChanged
#Event Data
The ColorSchemeChanged event's data class is EventArgs.
See Also