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