how to add event in dataGrid in C# -


I have a datagrid that is dynamically created. Now I need to add an event, I load another form when I click on a specific cell in the datagrid. How do I get C # VS I can do in 2005

You yourobject.NameOfEvent + = new nameoffend handler (method);


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -