datagridview unselect event
How do I detect unselect event of a datagridview( ie focus lost)?
I did search for a bit and couldn开发者_Go百科't find on web.
Thanks guys.
You can Use
Leave Event which Occurs when the input focus leaves the DataGridView
CellLeave Event which Occurs when a cell loses input focus and is no longer the current cell
RowLeave Event which Occurs when a row loses input focus and is no longer the current row
加载中,请稍侯......
精彩评论