Occurs when the control receives keyboard focus.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public event EventHandler<EventArgs> GotFocus
Public Event GotFocus As EventHandler(Of EventArgs)
member GotFocus : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsRemarks
Note that not all controls can recieve keyboard focus.
See Also