OnLostFocus Method
Called before the LostFocus event occurs.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected virtual void OnLostFocus(
RoutedEventArgs e
)
Protected Overridable Sub OnLostFocus (
e As RoutedEventArgs
)
abstract OnLostFocus :
e : RoutedEventArgs -> unit
override OnLostFocus :
e : RoutedEventArgs -> unit
Parameters
- RoutedEventArgs
- The event args.