Skip to main content

HamburgerSubMenuNavigationButton.PreviewItemClick Event

Occurs when the current item displayed directly in the main menu below the sub-menu button is clicked.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public event EventHandler<PreviewItemClickEventArgs> PreviewItemClick

Event Data

The PreviewItemClick event's data class is DevExpress.Xpf.WindowsUI.PreviewItemClickEventArgs.

Remarks

If the HamburgerSubMenuNavigationButton.ShowInPreview option is enabled, the current sub-menu item is also displayed in the sub-menu’s preview in the main menu. The PreviewItemClick event fires when the current item is clicked in the preview. After the PreviewItemClick event, the item’s Click even fires.

See Also