Compartir a través de


UITableViewSource.ShouldUpdateFocus Método

Definición

Se llama antes de perder this o recibir el foco. Si alguno de los entornos de foco devuelve false, se cancela la actualización del foco.

[Foundation.Export("tableView:shouldUpdateFocusInContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldUpdateFocus (UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context);
abstract member ShouldUpdateFocus : UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool
override this.ShouldUpdateFocus : UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool

Parámetros

tableView
UITableView

Devoluciones

Atributos

Se aplica a