Skip to main content

RibbonControl.ColorSchemeChanged Event

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler ColorSchemeChanged

Event Data

The ColorSchemeChanged event's data class is EventArgs.

See Also