Share via


TreeViewExpandingEventArgs.Node プロパティ

定義

展開されているツリー ビュー ノードを取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewExpandingEventArgs.Node (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

TreeViewNode Node();
public TreeViewNode Node { get; }
var treeViewNode = treeViewExpandingEventArgs.node;
Public ReadOnly Property Node As TreeViewNode

プロパティ値

展開中のツリー ビュー ノード。

適用対象