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

Inheritance: UIViewController, IMvxEventSourceViewController
Datei anzeigen Open project: Everbridge/sm-MvvmCross

Public Methods

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

Protected Methods

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

Method Details

Dispose() protected method

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

MvxEventSourceViewController() protected method

protected MvxEventSourceViewController ( ) : System
return System

MvxEventSourceViewController() protected method

protected MvxEventSourceViewController ( IntPtr handle ) : System
handle IntPtr
return System

MvxEventSourceViewController() protected method

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

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