Initializes a new instance of the TreeViewEventArgs class for the specified tree node and action.
[Visual Basic] Public Sub New( _ ByVal node As TreeNode, _ ByVal action As TreeViewAction _ ) [C#] public TreeViewEventArgs( TreeNode node, TreeViewAction action ); [C++] public: TreeViewEventArgs( TreeNode* node, TreeViewAction action );
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
TreeViewEventArgs Class | TreeViewEventArgs Members | Wimark.Controls Namespace