C# Class MvvmCross.Dialog.iOS.EventSourceDialogViewController

Inheritance: CrossUI.iOS.Dialog.DialogViewController, IMvxEventSourceViewController
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
EventSourceDialogViewController ( IntPtr handle ) : System
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
EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System

Method Details

Dispose() protected méthode

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

EventSourceDialogViewController() public méthode

public EventSourceDialogViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

EventSourceDialogViewController() protected méthode

protected EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System
style UITableViewStyle
root RootElement
pushing bool
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