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

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

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

Parameters

handler
Event handler to be removed.

See Also

TreeView Class | TreeView Members | System.WinForms Namespace