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

HamburgerMenu.ContextMenuOpening Event

Occurs before the context menu is opened.

Namespace: DevExpress.UI.Xaml.Layout

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

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