Wimark.Controls Class Library  

TreeViewCancelEventArgs Constructor

Initializes a new instance of the TreeViewCancelEventArgs class for the specified tree node and action.

[Visual Basic]
Public Sub New( _
   ByVal node As TreeNode, _
   ByVal cancel As Boolean, _
   ByVal action As TreeViewAction _
)
 
[C#]
public TreeViewCancelEventArgs( 
   TreeNode node, 
   bool cancel, 
   TreeViewAction action 
);
[C++]
public: TreeViewCancelEventArgs( 
   TreeNode* node, 
   bool cancel, 
   TreeViewAction action 
);

Parameters

item
The TreeNode that the event is responding to.
item
true to cancel the event; otherwise, false.
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

TreeViewCancelEventArgs Class | TreeViewCancelEventArgs Members | Wimark.Controls Namespace