Table of Contents

Method OnUnfocused

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

OnUnfocused(object?, FocusEventArgs)

Handles the event when the control loses focus.

protected virtual void OnUnfocused(object? sender, FocusEventArgs e)

Parameters

sender object

The source of the event, typically the control that lost focus.

e FocusEventArgs

The event data associated with the focus change.

Remarks

Derived classes can override this method to provide custom behavior when the control becomes unfocused.