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

RibbonControl.ApplicationMenuChanged Event

Fires when the value of the RibbonControl.ApplicationMenu property changes.

Namespace: DevExpress.Xpf.Ribbon

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

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

Declaration

public event RoutedValueChangedEventHandler<DependencyObject> ApplicationMenuChanged

Event Data

The ApplicationMenuChanged event's data class is DevExpress.Xpf.Core.RoutedValueChangedEventArgs<DependencyObject>.

See Also