NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNode.EndEdit

Terminate the editing of any tree view item's label.

[Visual Basic]
Public Sub EndEdit( _
   ByVal cancel As Boolean _
)
[C#]
public void EndEdit(
   bool cancel
);
[C++]
public: void EndEdit(
   bool cancel
);
[JScript]
public function EndEdit(
   cancel : Boolean
);

Parameters

cancel
indicates if the edit is canceled without being saved

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace