Wimark.Controls Class Library  

TreeViewEventArgs(TreeNode, TreeViewAction) Constructor

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

Parameters

item
The TreeNode that the event is responding to.
item
The type of TreeViewAction that raised the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeViewEventArgs Class | TreeViewEventArgs Members | Wimark.Controls Namespace