Wimark.Controls Class Library  

TreeViewEventArgs Constructor

Initializes a new instance of the TreeViewEventArgs class for the specified tree node.

Overload List

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);

See Also

TreeViewEventArgs Class | TreeViewEventArgs Members | Wimark.Controls Namespace