HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewNodeExpandedEventArgs

BinaryTreeListViewNodeExpandedEventArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

Event arguments data class for handling event BinaryTreeListViewNodeExpanded.

public class BinaryTreeListViewNodeExpandedEventArgs : BinaryTreeListViewEvent

Inherits from / implements: BinaryTreeListViewEvent

Members at a glance

BinaryTreeListViewNodeExpandedEventArgsConstructs a new instance of class BinaryTreeListViewNodeExpandedEventArgs.

Constructors

BinaryTreeListViewNodeExpandedEventArgs

public BinaryTreeListViewNodeExpandedEventArgs(BinaryTreeListViewNode node) : base(node)

Constructs a new instance of class BinaryTreeListViewNodeExpandedEventArgs.

node
The current instance of BinaryTreeListViewNode that has expanded.