ControlOnLostFocus Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnLostFocus(
EventArgs e
)
Protected Overridable Sub OnLostFocus (
e As EventArgs
)
abstract OnLostFocus :
e : EventArgs -> unit
override OnLostFocus :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also