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