InputElement.

OnLostFocus(RoutedEventArgs) Method

Summary

Called before the LostFocus event occurs.
Namespace
Avalonia.Input
Containing Type
InputElement

Syntax

protected virtual void OnLostFocus(RoutedEventArgs e)

Parameters

Name Type Description
e RoutedEventArgs The event args.

Return Value

Type Description
void