Skip to content

Focus events

Fellippe Heitor edited this page Jun 17, 2018 · 5 revisions

The FocusIn event occurs when a control gains focus.

The FocusOut event is triggered when a control loses focus.

If another control had focus when a FocusIn event is triggered, a FocusOut event occurs first for such control.

Controls that respond to FocusIn/FocusOut events:

Clone this wiki locally