Share via


NavigationViewItemInvokedEventArgs.InvokedItemContainer Property

Definition

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.

Applies to