Skip to main content
A newer version of this page is available. .

RibbonControl.ColorSchemeChanged Event

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Event Data

The ColorSchemeChanged event's data class is EventArgs.

See Also