开发者

datagridview unselect event

开发者 https://www.devze.com 2023-02-20 13:00 出处:网络
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.

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

精彩评论

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