Skip to main content

HamburgerMenu.ContextMenuClosed Event

Occurs after the context menu has been closed.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler ContextMenuClosed

Event Data

The ContextMenuClosed event's data class is EventArgs.

See Also