Skip to main content

RibbonControl.ColorSchemeChanged Event

Fires when the RibbonControl.ColorScheme property’s value is changed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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