HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewNodeCollapsingEventArgs

BinaryTreeListViewNodeCollapsingEventArgs

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

Event arguments data class for handling event BinaryTreeListViewNodeCollapsing.

public class BinaryTreeListViewNodeCollapsingEventArgs : CancelEventArgs

Inherits from / implements: CancelEventArgs

Members at a glance

BinaryTreeListViewNodeCollapsingEventArgsConstructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs.
BinaryTreeListViewNodeCollapsingEventArgsConstructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs.
NodeThe current instance of BinaryTreeListViewNode that is collapsing.

Constructors

BinaryTreeListViewNodeCollapsingEventArgs

public BinaryTreeListViewNodeCollapsingEventArgs()

Constructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs.

BinaryTreeListViewNodeCollapsingEventArgs

public BinaryTreeListViewNodeCollapsingEventArgs(BinaryTreeListViewNode theNode)

Constructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs.

theNode
The current instance of BinaryTreeListViewNode that is collapsing.

Properties

Node

public BinaryTreeListViewNode Node

The current instance of BinaryTreeListViewNode that is collapsing.