Removes the given handler for the "dragDrop" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnDragDrop( _ ByVal handler As DragEventHandler _ ) [C#] public void RemoveOnDragDrop( DragEventHandler handler ); [C++] public: void RemoveOnDragDrop( DragEventHandler* handler ); [JScript] public function RemoveOnDragDrop( handler : DragEventHandler );
RichControl Class | RichControl Members | System.WinForms Namespace | AddOnDragDrop