C# Class SharpMobileCode.ModalPicker.ModalPickerViewController

Inheritance: UIViewController
Afficher le fichier Open project: SharpMobileCode/ModalPickerViewController Class Usage Examples

Méthodes publiques

Méthode Description
CancelButtonTapped ( object sender, EventArgs e ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
DoneButtonTapped ( object sender, EventArgs e ) : void
InitializeControls ( ) : void
ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System
Show ( bool onRotate = false ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Method Details

CancelButtonTapped() public méthode

public CancelButtonTapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

DidRotate() public méthode

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

DoneButtonTapped() public méthode

public DoneButtonTapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

InitializeControls() public méthode

public InitializeControls ( ) : void
Résultat void

ModalPickerViewController() public méthode

public ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System
pickerType ModalPickerType
headerText string
parent UIViewController
Résultat System

Show() public méthode

public Show ( bool onRotate = false ) : void
onRotate bool
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