IUIFocusEnvironment.ShouldUpdateFocus(UIFocusUpdateContext) Method

Definition

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

[Foundation.Export("shouldUpdateFocusInContext:")]
[Foundation.Preserve(Conditional=true)]
public bool ShouldUpdateFocus (UIKit.UIFocusUpdateContext context);
abstract member ShouldUpdateFocus : UIKit.UIFocusUpdateContext -> bool

Parameters

Returns

Attributes

Applies to