UITableViewDelegate_Extensions.ShouldUpdateFocus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TCalled prior to the tableView
either losing or receiving focus. If either focus environment returns false
, the focus update is canceled.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldUpdateFocus (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context);
static member ShouldUpdateFocus : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
- context
- UITableViewFocusUpdateContext
Returns
- Attributes