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

Inheritance: UITableViewController, IMvxEventSourceViewController
ファイルを表示 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method 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 method

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

MvxEventSourceTableViewController() protected method

protected MvxEventSourceTableViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxEventSourceTableViewController() protected method

protected MvxEventSourceTableViewController ( UITableViewStyle style = UITableViewStyle.Plain ) : System
style UITableViewStyle
return System

MvxEventSourceTableViewController() protected method

protected MvxEventSourceTableViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLayoutSubviews() public method

public ViewDidLayoutSubviews ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void