Skip to main content

HamburgerMenu.ContextMenuOpening Event

Occurs before the context menu is opened.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<ContextMenuOpeningEventArgs> ContextMenuOpening

Event Data

The ContextMenuOpening event's data class is DevExpress.UI.Xaml.ContextMenuOpeningEventArgs.

Remarks

The event’s Info property returns an object that stores the menu settings.

See Also