TreeViewItemInvokedEventArgs.InvokedItem Property

Definition

Gets the TreeView item that is invoked.

This documentation applies to WinUI 2 for UWP (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; }
Public ReadOnly Property InvokedItem As Object

Property Value

Object

Platform::Object

IInspectable

The TreeView item that is invoked.

Applies to