C# Class MvvmCross.Platform.iOS.Views.MvxEventSourceCollectionViewController

Inheritance: UICollectionViewController, IMvxEventSourceViewController
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
MvxEventSourceCollectionViewController ( IntPtr handle ) : System
MvxEventSourceCollectionViewController ( UICollectionViewLayout layout ) : System
MvxEventSourceCollectionViewController ( string nibName, NSBundle bundle ) : System

Method Details

Dispose() protected méthode

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

MvxEventSourceCollectionViewController() protected méthode

protected MvxEventSourceCollectionViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxEventSourceCollectionViewController() protected méthode

protected MvxEventSourceCollectionViewController ( UICollectionViewLayout layout ) : System
layout UICollectionViewLayout
Résultat System

MvxEventSourceCollectionViewController() protected méthode

protected MvxEventSourceCollectionViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLayoutSubviews() public méthode

public ViewDidLayoutSubviews ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void