方法一:
双击该listbox控件,会自动添加:private void xxxx_SelectedIndexChanged(object sender, EventArgs e),当一个listbox中的多个条目中的任何一个有变化时,都会触发这个事件 ,然后在这个函数中在去判断你需要的东西吧,比如/iverson-3/p/
方法二:更好:
private void listBox1_MouseClick(object sender, MouseEventArgs e)
{
int index = (, );
= index;
if(!=-1)
{
(());
}
}
详看来源:/topics/380127320
获取某一个item是否被选中:
if ((index) == );