TreeViewEventArgs Constructor (TreeNode^, TreeViewAction)
.NET Framework (current version)
Initializes a new instance of the TreeViewEventArgs class for the specified tree node and with the specified type of action that raised the event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- node
-
Type:
System.Windows.Forms::TreeNode^
The TreeNode that the event is responding to.
- action
-
Type:
System.Windows.Forms::TreeViewAction
The type of TreeViewAction that raised the event.
.NET Framework
Available since 1.1
Available since 1.1
Show: