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