Initializes a new instance of the TreeViewEventArgs class for the specified tree node.
Initializes a new instance of the TreeViewEventArgs class for the specified tree node.
[Visual Basic] Public Sub New(TreeNode)
[C#] public TreeViewEventArgs(TreeNode);
[C++] public: TreeViewEventArgs(TreeNode*);
Initializes a new instance of the TreeViewEventArgs class for the specified tree node and action.
[Visual Basic] Public Sub New(TreeNode, TreeViewAction)
[C#] public TreeViewEventArgs(TreeNode, TreeViewAction);
[C++] public: TreeViewEventArgs(TreeNode*, TreeViewAction);
TreeViewEventArgs Class | TreeViewEventArgs Members | Wimark.Controls Namespace