NavigationViewItemInvokedEventArgs.InvokedItemContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container for the invoked item.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property NavigationViewItemBase ^ InvokedItemContainer { NavigationViewItemBase ^ get(); };
NavigationViewItemBase InvokedItemContainer();
public NavigationViewItemBase InvokedItemContainer { get; }
Public ReadOnly Property InvokedItemContainer As NavigationViewItemBase
Property Value
The container for the invoked item.
Remarks
This property gets the NavigationViewItem that is the container for the invoked item. To get the data item that was invoked, use the InvokedItem property.