How do I detect unselect event of a datagridview( ie focus lost)?
I did search for a bit and couldn’t find on web.
Thanks guys.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can Use
LeaveEvent which Occurs when the input focus leaves the DataGridViewCellLeaveEvent which Occurs when a cell loses input focus and is no longer the current cellRowLeaveEvent which Occurs when a row loses input focus and is no longer the current row