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

In This Topic
    FinalLayoutAttributesForDisappearingSupplementaryElement Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function FinalLayoutAttributesForDisappearingSupplementaryElement( _
       ByVal elementKind As Foundation.NSString, _
       ByVal elementIndexPath As Foundation.NSIndexPath _
    ) As UIKit.UICollectionViewLayoutAttributes
    public virtual UIKit.UICollectionViewLayoutAttributes FinalLayoutAttributesForDisappearingSupplementaryElement( 
       Foundation.NSString elementKind,
       Foundation.NSIndexPath elementIndexPath
    )

    Parameters

    elementKind
    elementIndexPath
    See Also