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

Inheritance: MvxBaseCollectionViewSource
Datei anzeigen Open project: MvvmCross/MvvmCross

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

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

Method Details

CollectionChangedOnCollectionChanged() protected method

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetItemAt() protected method

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
return object

GetItemsCount() public method

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
return nint

MvxCollectionViewSource() public method

public MvxCollectionViewSource ( UICollectionView collectionView ) : System
collectionView UICollectionView
return System

MvxCollectionViewSource() public method

public MvxCollectionViewSource ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System
collectionView UICollectionView
defaultCellIdentifier NSString
return System

WaitAnimationsCompletedAsync() public method

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