This is the code that actually fires the SelectionChangeCommitted event. Don't forget to call base.OnSelectionChangeCommitted() to ensure that SelectionChangeCommitted events are correctly fired at all other times.
[Visual Basic] Overridable Protected Sub OnSelectionChangeCommitted( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnSelectionChangeCommitted( EventArgs e ); [C++] protected: virtual void OnSelectionChangeCommitted( EventArgs* e ); [JScript] protected function OnSelectionChangeCommitted( e : EventArgs );
ComboBox Class | ComboBox Members | System.WinForms Namespace