Share via


TreeViewExpandingEventArgs.Item Property

Definition

Gets the data item for the tree view node that is expanding.

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); };
IInspectable Item();
public object Item { get; }
var object = treeViewExpandingEventArgs.item;
Public ReadOnly Property Item As Object

Property Value

Object

Platform::Object

IInspectable

The data item for the tree view node that is expanding.

Applies to