Click or drag to resize

ControlCallbackOnLostFocus Method

Raises the lost focus event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnLostFocus(
	Control widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsControl

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.Callback.OnLostFocus(Eto.Forms.Control,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.Callback.OnLostFocus(Eto.Forms.Control,System.EventArgs)"]

Implements

ControlICallbackOnLostFocus(Control, EventArgs)
See Also