Link to home
Start Free TrialLog in
Avatar of SETP
SETP

asked on

Detecting new row in DatagridView (WinForm)

I have a VB 2005 WinForm with a DataGridView on it. What event can I use to detect when the user moves to a new row in the DataGridView (by clicking on a new row or using the arrow keys)?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Wayne Taylor (webtubbs)
Wayne Taylor (webtubbs)
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SETP
SETP

ASKER

Thanks Wayne!