DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / GetInvalidationContextForBoundsChange Method

In This Topic
    GetInvalidationContextForBoundsChange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetInvalidationContextForBoundsChange( _
       ByVal newBounds As CoreGraphics.CGRect _
    ) As UIKit.UICollectionViewLayoutInvalidationContext
    public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForBoundsChange( 
       CoreGraphics.CGRect newBounds
    )

    Parameters

    newBounds
    See Also