private void Button1_Click(object sender, RoutedEventArgs e)
{
var curItem = ((ListBoxItem)lvQueue.ContainerFromElement((Button)sender)).Content;
DataRowView drv = curItem as DataRowView;
MessageBox.Show(drv[0].ToString());
}
相关文章:
-
2022-12-23
-
2021-09-07
-
2021-05-22
-
2021-09-16
-
2022-12-23
-
2022-12-23
-
2022-02-22
猜你喜欢
-
2021-05-16
-
2021-05-31
-
2021-12-14
-
2021-06-18
-
2021-10-09
-
2022-02-09
相关资源
-
下载
2021-06-05
-
下载
2023-01-20
-
下载
2022-12-06