Click or drag to resize

ControlLostFocus Event

Occurs when control loses keyboard focus

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

Value

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