Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 829 Bytes

navigationview_iteminvoked.md

File metadata and controls

29 lines (18 loc) · 829 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.NavigationView.ItemInvoked
winrt event

Windows.UI.Xaml.Controls.NavigationView.ItemInvoked

-description

Occurs when an item in the menu receives an interaction such as a click or tap.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.ItemInvoked (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<NavigationView ItemInvoked="eventhandler" />

-remarks

-see-also

-examples