DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / DidChange Method / DidChange(NSKeyValueChange,NSIndexSet,NSString) Method

In This Topic
    DidChange(NSKeyValueChange,NSIndexSet,NSString) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub DidChange( _
       ByVal changeKind As Foundation.NSKeyValueChange, _
       ByVal indexes As Foundation.NSIndexSet, _
       ByVal forKey As Foundation.NSString _
    ) 
    public virtual void DidChange( 
       Foundation.NSKeyValueChange changeKind,
       Foundation.NSIndexSet indexes,
       Foundation.NSString forKey
    )

    Parameters

    changeKind
    indexes
    forKey
    See Also