AutoCompleteBox.

OnGotFocus(GotFocusEventArgs) Method

Summary

Provides handling for the Avalonia.UIElement.GotFocus event.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected override void OnGotFocus(GotFocusEventArgs e)

Parameters

Name Type Description
e GotFocusEventArgs A Avalonia.RoutedEventArgs that contains the event data.

Return Value

Type Description
void