NavigationViewSelectionChangedEventArgs NavigationViewSelectionChangedEventArgs NavigationViewSelectionChangedEventArgs NavigationViewSelectionChangedEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Provides data for the NavigationView.SelectionChanged event.

public : sealed class NavigationViewSelectionChangedEventArgs : INavigationViewSelectionChangedEventArgspublic sealed class NavigationViewSelectionChangedEventArgs : INavigationViewSelectionChangedEventArgsPublic NotInheritable Class NavigationViewSelectionChangedEventArgs Implements INavigationViewSelectionChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Properties

IsSettingsSelected IsSettingsSelected IsSettingsSelected IsSettingsSelected

Prerelease. Gets a value that indicates whether the SelectedItem is the menu item for Settings.

public : PlatForm::Boolean IsSettingsSelected { get; }public bool IsSettingsSelected { get; }Public ReadOnly Property IsSettingsSelected As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

true if the SelectedItem is the menu item for Settings; otherwise, false.

SelectedItem SelectedItem SelectedItem SelectedItem

Prerelease. Gets the newly selected menu item.

public : PlatForm::Object SelectedItem { get; }public object SelectedItem { get; }Public ReadOnly Property SelectedItem As object// You can use this property in JavaScript.
Value
PlatForm::Object object object object

The newly selected menu item.