Text属性在SelectionChanged事件发生时还未更新,用SelectedItem即可 string text = (sender as ComboBox).SelectedItem.ToString();