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.RemoveOnAfterExpand

Removes the given handler from the "afterExpand" event. If there are duplicate entries, all are removed.

[Visual Basic]
Public Sub RemoveOnAfterExpand( _
   ByVal handler As TreeViewEventHandler _
)
[C#]
public void RemoveOnAfterExpand(
   TreeViewEventHandler handler
);
[C++]
public: void RemoveOnAfterExpand(
   TreeViewEventHandler* handler
);
[JScript]
public function RemoveOnAfterExpand(
   handler : TreeViewEventHandler
);

Parameters

handler
Event handler to be removed.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace