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