Click or drag to resize

ControlGotFocus Event

Occurs when the control receives keyboard focus.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> GotFocus

Value

Type: SystemEventHandlerEventArgs
Remarks
Note that not all controls can recieve keyboard focus.
See Also