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