Back to Devexpress

RibbonControl.ApplicationMenuChanged Event

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-f45421ea.md

latest1.2 KB
Original Source

RibbonControl.ApplicationMenuChanged Event

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public event RoutedValueChangedEventHandler<DependencyObject> ApplicationMenuChanged
vb
Public Event ApplicationMenuChanged As RoutedValueChangedEventHandler(Of DependencyObject)

Event Data

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

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace