//detect if no selected item on ComboBox is chosen? if( ComboBox.SelectedItem == null ) { // do something }