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