Control.

OnLostFocus(RoutedEventArgs) Method

Summary

Called before the LostFocus event occurs.
Namespace
Avalonia.Controls
Containing Type
Control

Syntax

protected override void OnLostFocus(RoutedEventArgs e)

Parameters

Name Type Description
e RoutedEventArgs The event args.

Return Value

Type Description
void