WinForms › Tree 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
BinaryTreeListViewNodeCollapsingEventArgs | Constructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs. |
BinaryTreeListViewNodeCollapsingEventArgs | Constructs a new instance of class BinaryTreeListViewNodeCollapsingEventArgs. |
Node | The 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
BinaryTreeListViewNodethat is collapsing.
Properties
Node
public BinaryTreeListViewNode Node
The current instance of BinaryTreeListViewNode that is collapsing.