Table of Contents

Method ShouldUpdateFocus

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

ShouldUpdateFocus(UIFocusUpdateContext)

Called prior to the current object either losing or receiving focus. If either focus environment returns false, the focus update is canceled.

public override bool ShouldUpdateFocus(UIFocusUpdateContext context)

Parameters

context UIFocusUpdateContext

To be added.

Returns

bool

To be added.

Remarks

To be added.