NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
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 event data for the NavigationView.ItemInvoked event.
public : sealed class NavigationViewItemInvokedEventArgs : INavigationViewItemInvokedEventArgspublic sealed class NavigationViewItemInvokedEventArgs : INavigationViewItemInvokedEventArgsPublic NotInheritable Class NavigationViewItemInvokedEventArgs Implements INavigationViewItemInvokedEventArgs// 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)
|
Constructors
NavigationViewItemInvokedEventArgs() NavigationViewItemInvokedEventArgs() NavigationViewItemInvokedEventArgs() NavigationViewItemInvokedEventArgs()
Prerelease. Initializes a new instance of the NavigationViewItemInvokedEventArgs class.
public : NavigationViewItemInvokedEventArgs()public NavigationViewItemInvokedEventArgs()Public Sub New()// You can use this method in JavaScript.
Properties
InvokedItem InvokedItem InvokedItem InvokedItem
Prerelease. Gets a reference to the invoked item.
public : PlatForm::Object InvokedItem { get; }public object InvokedItem { get; }Public ReadOnly Property InvokedItem As object// You can use this property in JavaScript.
- Value
- PlatForm::Object object object object
The invoked item.
IsSettingsInvoked IsSettingsInvoked IsSettingsInvoked IsSettingsInvoked
Prerelease. Gets a value that indicates whether the InvokedItem is the menu item for Settings.
public : PlatForm::Boolean IsSettingsInvoked { get; }public bool IsSettingsInvoked { get; }Public ReadOnly Property IsSettingsInvoked As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if the InvokedItem is the menu item for Settings; otherwise, false.