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