简体   繁体   中英

how to add event in dataGrid in C#

Consider i have a dataGrid that is created dynamically. Now i need to add an event, ie load another form when i click a specific cell in the dataGrid. How can i do this in C# VS 2005.?

您可以使用yourobject.NameOfEvent += new NameOfEventHandler(method);

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