2 references to FocusEventArgs
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1546
void OnFocused() => Focused?.Invoke(this, new
FocusEventArgs
(this, true));
1717
void OnUnfocus() => Unfocused?.Invoke(this, new
FocusEventArgs
(this, false));