Removes an event handler for the selection change committed notification. This event is raised whenever a new value from the dropdown is chosen and the dropdown is closed, or the user uses the arrow keys to cycle through the values without using the dropdown.
[Visual Basic] Public Sub RemoveOnSelectionChangeCommitted( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnSelectionChangeCommitted( EventHandler handler ); [C++] public: void RemoveOnSelectionChangeCommitted( EventHandler* handler ); [JScript] public function RemoveOnSelectionChangeCommitted( handler : EventHandler );
ComboBox Class | ComboBox Members | System.WinForms Namespace