Skip to main content

HamburgerSubMenuNavigationButton.PreviewItemClick Event

Occurs when the end-user clicks the button within the preview.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<PreviewItemClickEventArgs> PreviewItemClick

Event Data

The PreviewItemClick event's data class is DevExpress.UI.Xaml.Layout.PreviewItemClickEventArgs.

Remarks

The button is shown in the preview if its HamburgerSubMenuNavigationButton.ShowInPreview property is set to true.

See Also