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!

TreeView.OnAfterLabelEdit

Fires the afterLabelEdit event.

[Visual Basic]
Overridable Protected Sub OnAfterLabelEdit( _
   ByVal e As NodeLabelEditEventArgs _
)
[C#]
protected virtual void OnAfterLabelEdit(
   NodeLabelEditEventArgs e
);
[C++]
protected: virtual void OnAfterLabelEdit(
   NodeLabelEditEventArgs* e
);
[JScript]
protected function OnAfterLabelEdit(
   e : NodeLabelEditEventArgs
);

Parameters

e
[To be supplied.]

See Also

TreeView Class | TreeView Members | System.WinForms Namespace