HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewCellClickedEventArgs

BinaryTreeListViewCellClickedEventArgs

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

A event information class that is supplied when raising the event BinaryTreeListViewCellClicked.

public class BinaryTreeListViewCellClickedEventArgs : CancelEventArgs

Inherits from / implements: CancelEventArgs

Members at a glance

BinaryTreeListViewCellClickedEventArgsConstructs an instance of the BinaryTreeListViewCellClickedEventArgs class.
BinaryTreeListViewCellClickedAreaGets the area in the cell that was clicked by the user.
CellGets the relevant cell that was clicked.
ColumnGets the relevant column, whose cell was clicked.
NodeGets the relevant node that was clicked.

Constructors

BinaryTreeListViewCellClickedEventArgs

public BinaryTreeListViewCellClickedEventArgs()

Constructs an instance of the BinaryTreeListViewCellClickedEventArgs class.

Properties

BinaryTreeListViewCellClickedArea

public BinaryTreeListViewCellClickedArea BinaryTreeListViewCellClickedArea

Gets the area in the cell that was clicked by the user.

Cell

public BinaryTreeListViewCell Cell

Gets the relevant cell that was clicked.

Column

public BinaryTreeListViewColumn Column

Gets the relevant column, whose cell was clicked.

Node

public BinaryTreeListViewNode Node

Gets the relevant node that was clicked.