UICollectionViewDelegate_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.
When overridden, allows the developer to prevent the focus change specified in context
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldUpdateFocus (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewFocusUpdateContext context);
static member ShouldUpdateFocus : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionViewFocusUpdateContext -> bool
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
The collection view that originated the request.
Returns
true
if the focus specified in context
is allowed.
- Attributes