AutoCompleteBox.

OnLostFocus(RoutedEventArgs) Method

Summary

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

Syntax

protected override void OnLostFocus(RoutedEventArgs e)

Parameters

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

Return Value

Type Description
void