The members of UIKit.UICollectionViewLayoutInvalidationContext are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| ContentOffsetAdjustment | CoreGraphics.CGPoint. Delta value that is applied to the content offset of a collection view. | |
| ContentSizeAdjustment | CoreGraphics.CGSize. Delta value that is applied to the content size of a collection view. | |
| [read-only] | InvalidateDataSourceCounts | bool. Whether the data source's counts should be invalidated. | 
| [read-only] | InvalidatedDecorationIndexPaths | Foundation.NSDictionary. A dictionary that defines invalidated decoration views. | 
| [read-only] | InvalidatedItemIndexPaths | Foundation.NSIndexPath[]. An array of index paths that represents invalidated cells. | 
| [read-only] | InvalidatedSupplementaryIndexPaths | Foundation.NSDictionary. A dictionary identifying invalidated supplementary views. | 
| [read-only] | InvalidateEverything | bool. Whether all layout data should be marked as invalid. Read-only. | 
| InvalidateDecorationElements(Foundation.NSString, Foundation.NSIndexPath[]) Adds decoration views at specified index paths to a list of items that are invalidated. | ||
| InvalidateItems(Foundation.NSIndexPath[]) Adds cells in the specified index paths to an invalid item list. | ||
| InvalidateSupplementaryElements(Foundation.NSString, Foundation.NSIndexPath[]) Adds supplementary views in the specified index paths to an invalid item list. | ||