Control.

OnGotFocus(GotFocusEventArgs) Method

Summary

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

Syntax

protected override void OnGotFocus(GotFocusEventArgs e)

Parameters

Name Type Description
e GotFocusEventArgs The event args.

Return Value

Type Description
void