GotFocus Event
Occurs when the control receives focus.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public event EventHandler<GotFocusEventArgs> GotFocus
Public Event GotFocus As EventHandler(Of GotFocusEventArgs)
abstract GotFocus : IEvent<EventHandler<GotFocusEventArgs>,
GotFocusEventArgs>
override GotFocus : IEvent<EventHandler<GotFocusEventArgs>,
GotFocusEventArgs>
Value
EventHandler(GotFocusEventArgs)