DataGridView.RowEnter event fires before CurrentRow property is se

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Contrary to the documentation, the CurrentRow property is not set to the row
being entered when the RowEnter event is fired. I need an event to use to
catch the row the user is currently on once they change rows. Any ideas?
 
Back
Top