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

In This Topic
    ShouldInvalidateLayoutForBoundsChange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ShouldInvalidateLayoutForBoundsChange( _
       ByVal newBounds As CoreGraphics.CGRect _
    ) As Boolean
    public virtual bool ShouldInvalidateLayoutForBoundsChange( 
       CoreGraphics.CGRect newBounds
    )

    Parameters

    newBounds
    See Also