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