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

RibbonControl.AutoHideModeChanged Event

Fires when the RibbonControl.AutoHideMode property is changed.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public event RibbonPropertyChangedEventHandler AutoHideModeChanged

Event Data

The AutoHideModeChanged event's data class is DevExpress.Xpf.Ribbon.RibbonPropertyChangedEventArgs.

See Also