简体   繁体   中英

SelectedIndexChanged Event not available in Visual Studio?

I am using Visual Studio Professional 2012, and I am working on a Windows Forms Application. While working with the datagrid view, the selectedIndexChanged Event is not available in the list of available events. How can I implement this event?

screenshot

There is actually no such event in a DataGridView. You can search the msdn help. Use SelectionChanged event instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM