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