Hello
Derive from your screenshot, it looks you use WInUI NavigationView to replace the UWP internal NavigationView xaml control. if you used WInUI nuget, you need to use NavigationView where under Microsoft.UI.Xaml.Controls namesapce.
private void NavigationView_SelectionChanged(Microsoft.UI.Xaml.Controls.NavigationView sender, Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs args)
{
}
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.