Wimark.Controls Class Library  

TreeViewAfterEditEventArgs Constructor

Initializes a new instance of the TreeViewAfterEditEventArgs class for the specified tree node, action and new value.

[Visual Basic]
Public Sub New( _
   ByVal node As TreeNode, _
   ByVal cancel As Boolean, _
   ByVal action As TreeViewAction, _
   ByVal newValue As Object, _
   ByVal newLabel As String _
)
 
[C#]
public TreeViewAfterEditEventArgs( 
   TreeNode node, 
   bool cancel, 
   TreeViewAction action, 
   object newValue, 
   string newLabel 
);
[C++]
public: TreeViewAfterEditEventArgs( 
   TreeNode* node, 
   bool cancel, 
   TreeViewAction action, 
   Object* newValue, 
   String* newLabel 
);

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.
item
The new value to associate with the tree node.
item
The new text to associate with the tree node.

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

TreeViewAfterEditEventArgs Class | TreeViewAfterEditEventArgs Members | Wimark.Controls Namespace