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!

RichControl.RemoveOnDragEnter

Removes the given handler for the "OnDragEnter" event. If there are duplicate entries, ALL are removed.

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

Parameters

handler
Event handler to be removed.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | AddOnDragEnter