C# Class MvvmCross.Binding.iOS.Views.MvxCollectionViewSource

Inheritance: MvxBaseCollectionViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
MvxCollectionViewSource ( UICollectionView collectionView ) : System
MvxCollectionViewSource ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System
WaitAnimationsCompletedAsync ( ) : System.Threading.Tasks.Task

Wait for all animations to finish

Méthodes protégées

Méthode Description
CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
Dispose ( bool disposing ) : void
GetItemAt ( NSIndexPath indexPath ) : object

Method Details

CollectionChangedOnCollectionChanged() protected méthode

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetItemAt() protected méthode

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Résultat object

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Résultat nint

MvxCollectionViewSource() public méthode

public MvxCollectionViewSource ( UICollectionView collectionView ) : System
collectionView UICollectionView
Résultat System

MvxCollectionViewSource() public méthode

public MvxCollectionViewSource ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System
collectionView UICollectionView
defaultCellIdentifier NSString
Résultat System

WaitAnimationsCompletedAsync() public méthode

Wait for all animations to finish
public WaitAnimationsCompletedAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task