TreeViewCollapsedEventArgs.Node Property

Definition

Gets the TreeView node that is collapsed.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

TreeViewNode Node();
public TreeViewNode Node { get; }
Public ReadOnly Property Node As TreeViewNode

Property Value

The TreeView node that is collapsed.

Applies to