C# 클래스 MvvmCross.Binding.tvOS.Views.MvxCollectionViewSourceAnimated

상속: MvxCollectionViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
MvxCollectionViewSourceAnimated ( UICollectionView collectionView ) : System
MvxCollectionViewSourceAnimated ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System

보호된 메소드들

메소드 설명
CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
GetItemAt ( NSIndexPath indexPath ) : object

비공개 메소드들

메소드 설명
CollectionChangedOnCollectionChangedAsync ( NotifyCollectionChangedEventArgs args, System.Threading.Tasks.Task existingTask, IEnumerable itemsSource ) : System.Threading.Tasks.Task

메소드 상세

CollectionChangedOnCollectionChanged() 보호된 메소드

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

GetItemAt() 보호된 메소드

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
리턴 object

GetItemsCount() 공개 메소드

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
리턴 nint

MvxCollectionViewSourceAnimated() 공개 메소드

public MvxCollectionViewSourceAnimated ( UICollectionView collectionView ) : System
collectionView UICollectionView
리턴 System

MvxCollectionViewSourceAnimated() 공개 메소드

public MvxCollectionViewSourceAnimated ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System
collectionView UICollectionView
defaultCellIdentifier NSString
리턴 System