3 references to SelectionChangeCommitted
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (2)
413
comboBox.
SelectionChangeCommitted
+= HandleSelectionChangeCommitted;
429
comboBox.
SelectionChangeCommitted
-= HandleSelectionChangeCommitted;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
120
_columnsOrRowsComboBox.
SelectionChangeCommitted
+= OnComboBoxSelectionChangeCommitted;