TreeViewItemInvokedEventArgs.InvokedItem Property

Definition

Gets the TreeView item that is invoked.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemInvokedEventArgs.InvokedItem (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ InvokedItem { Platform::Object ^ get(); };
IInspectable InvokedItem();
public object InvokedItem { get; }
var object = treeViewItemInvokedEventArgs.invokedItem;
Public ReadOnly Property InvokedItem As Object

Property Value

Object

Platform::Object

IInspectable

The TreeView item that is invoked.

Applies to