C# Class Cirrious.CrossCore.Touch.Views.MvxEventSourceViewController

Inheritance: UIViewController, IMvxEventSourceViewController
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

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

Méthodes protégées

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

Method Details

Dispose() protected méthode

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

MvxEventSourceViewController() protected méthode

protected MvxEventSourceViewController ( ) : System
Résultat System

MvxEventSourceViewController() protected méthode

protected MvxEventSourceViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

MvxEventSourceViewController() protected méthode

protected MvxEventSourceViewController ( 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

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