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