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