C# Class MonoMobile.Dialog.DateTimeElement.MyViewController

Inheritance: UIViewController
Afficher le fichier Open project: moljac/MonoMobile.Dialog

Méthodes publiques

Méthode Description
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MyViewController ( DateTimeElement container ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void

Method Details

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

MyViewController() public méthode

public MyViewController ( DateTimeElement container ) : System
container DateTimeElement
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void