DataGridView in Vb.NET

  • Thread starter Thread starter Peter Piry
  • Start date Start date
P

Peter Piry

hi,

I'm new in vb.NET, but i have a lot of experience in vb 6.0.

I want to know, which event will be fired in a DataGridView, when a row is
changed? I search a lot, but didn't find the solution.

br
Peter
 
Hi,

thanks for your help.

I meant not "change data in the row" - i meant "switch from one row to
another".

From another group i got the solution - RowEnter is the fired event.

Thanks for your help.

br
Peter
 
Back
Top