WinForms › Tree 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
BinaryTreeListViewCellClickedEventArgs | Constructs an instance of the BinaryTreeListViewCellClickedEventArgs class. |
BinaryTreeListViewCellClickedArea | Gets the area in the cell that was clicked by the user. |
Cell | Gets the relevant cell that was clicked. |
Column | Gets the relevant column, whose cell was clicked. |
Node | Gets 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.