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