UICollectionViewLayoutInvalidationContext.InvalidatedSupplementaryIndexPaths Property
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.
A dictionary identifying invalidated supplementary views.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDictionary InvalidatedSupplementaryIndexPaths { [Foundation.Export("invalidatedSupplementaryIndexPaths")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.InvalidatedSupplementaryIndexPaths : Foundation.NSDictionary
Property Value
An array of index path objects that indicates the supplementary views that have sustained chnages in layout.
- Attributes