Skip to main content

HamburgerSubMenuNavigationButton.PreviewItemRightTapped Event

In This Article

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler<RightTappedRoutedEventArgs> PreviewItemRightTapped

#Event Data

The PreviewItemRightTapped event's data class is Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.

See Also