HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewNodeExpandingEventArgs

BinaryTreeListViewNodeExpandingEventArgs

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

Event arguments data class for handling event BinaryTreeListViewNodeExpanding.

public class BinaryTreeListViewNodeExpandingEventArgs : CancelEventArgs

Inherits from / implements: CancelEventArgs

Members at a glance

BinaryTreeListViewNodeExpandingEventArgsConstructs a new instance of class BinaryTreeListViewNodeExpandingEventArgs.
BinaryTreeListViewNodeExpandingEventArgsConstructs a new instance of class BinaryTreeListViewNodeExpandingEventArgs.
NodeThe current instance of BinaryTreeListViewNode that is expanding.

Constructors

BinaryTreeListViewNodeExpandingEventArgs

public BinaryTreeListViewNodeExpandingEventArgs()

Constructs a new instance of class BinaryTreeListViewNodeExpandingEventArgs.

BinaryTreeListViewNodeExpandingEventArgs

public BinaryTreeListViewNodeExpandingEventArgs(BinaryTreeListViewNode theNode)

Constructs a new instance of class BinaryTreeListViewNodeExpandingEventArgs.

theNode
The current instance of BinaryTreeListViewNode that is expanding.

Properties

Node

public BinaryTreeListViewNode Node

The current instance of BinaryTreeListViewNode that is expanding.