开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜