WinForms › Tree List View › BinaryTreeListViewNodeCollapsedEventArgs
BinaryTreeListViewNodeCollapsedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls
Event arguments data class for handling event BinaryTreeListViewNodeCollapsed.
public class BinaryTreeListViewNodeCollapsedEventArgs : BinaryTreeListViewEvent
Inherits from / implements: BinaryTreeListViewEvent
Members at a glance
BinaryTreeListViewNodeCollapsedEventArgs | Constructs a new instance of class BinaryTreeListViewNodeCollapsedEventArgs. |
Constructors
BinaryTreeListViewNodeCollapsedEventArgs
public BinaryTreeListViewNodeCollapsedEventArgs(BinaryTreeListViewNode node) : base(node)
Constructs a new instance of class BinaryTreeListViewNodeCollapsedEventArgs.
- node
- The current instance of
BinaryTreeListViewNodethat has collapsed.