Control.Callback.OnLostFocus Method |
Raises the lost focus event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void OnLostFocus(
Control widget,
EventArgs e
)
Public Sub OnLostFocus (
widget As Control,
e As EventArgs
)
abstract OnLostFocus :
widget : Control *
e : EventArgs -> unit
override OnLostFocus :
widget : Control *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.Forms.Control
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.Callback.OnLostFocus(Eto.Forms.Control,System.EventArgs)"]
- e
- Type: System.EventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.Callback.OnLostFocus(Eto.Forms.Control,System.EventArgs)"]
Implements
Control.ICallback.OnLostFocus(Control, EventArgs)
See Also