HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewEvent

BinaryTreeListViewEvent

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

Implements an event base for raising some special events for this control BinaryTreeListView.

public class BinaryTreeListViewEvent

Members at a glance

BinaryTreeListViewEventConstructs a new instance of BinaryTreeListViewEvents class.
NodeThe node that is applicable to the event's context.

Constructors

BinaryTreeListViewEvent

public BinaryTreeListViewEvent(BinaryTreeListViewNode theNode)

Constructs a new instance of BinaryTreeListViewEvents class.

Properties

Node

public BinaryTreeListViewNode Node

The node that is applicable to the event's context.