ListViewItem 生成“给定的键不存在于字典中。” 错误
如何
ItemCheckedEventArgs.Item.Selected = ItemCheckedEventArgs.Item.Checked
生成“给定的键不存在于字典中。” ??
How can
ItemCheckedEventArgs.Item.Selected = ItemCheckedEventArgs.Item.Checked
generate "The given key was not present in the dictionary." ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
造成混乱的原因是,当您单步执行属性时,VS 不会进入事件处理程序,因此我在 SelectedIndexChanged 处理程序中没有看到错误。
The confusion was due to the fact that VS does not step into event handlers when you step through properties, so I wasn't seeing the error in my SelectedIndexChanged handler.