,列表中的項目包含了一些項目,當選擇了list items
一個項目,我需要處理一些事件對所選項目處理列表項中所選擇的項目在WPF
後創建的獲得方法所選項目
private void Button_Click_1(object sender, RoutedEventArgs e)
{
string y = this.LBOX.SelectedItem.ToString();
MessageBox.Show(y);
}
這種方法顯示:System.Windows.Control.ListBoxItem.List1