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

Inheritance: UITableViewController, 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
MvxEventSourceTableViewController ( IntPtr handle ) : System
MvxEventSourceTableViewController ( UITableViewStyle style = UITableViewStyle.Plain ) : System
MvxEventSourceTableViewController ( string nibName, NSBundle bundle ) : System

Method Details

Dispose() protected méthode

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

MvxEventSourceTableViewController() protected méthode

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

MvxEventSourceTableViewController() protected méthode

protected MvxEventSourceTableViewController ( UITableViewStyle style = UITableViewStyle.Plain ) : System
style UITableViewStyle
Résultat System

MvxEventSourceTableViewController() protected méthode

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