Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 889 Bytes

navigationviewselectionchangedeventargs_selecteditem.md

File metadata and controls

34 lines (17 loc) · 889 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.SelectedItem
winrt property

Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.SelectedItem

-description

Gets the newly selected menu item.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

The newly selected menu item.

-remarks

This property gets the data item that was selected. To get the NavigationViewItem that is the container for the selected item, use the SelectedItemContainer property.

-see-also

-examples