OnGotFocus Method
Called before the GotFocus event occurs.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
protected override void OnGotFocus(
GotFocusEventArgs e
)
Protected Overrides Sub OnGotFocus (
e As GotFocusEventArgs
)
abstract OnGotFocus :
e : GotFocusEventArgs -> unit
override OnGotFocus :
e : GotFocusEventArgs -> unit
Parameters
- GotFocusEventArgs
- The event args.