Метод | Описание | |
---|---|---|
CancelButtonTapped ( object sender, |
||
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
DoneButtonTapped ( object sender, |
||
InitializeControls ( ) : void | ||
ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System | ||
Show ( bool onRotate = false ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void |
public CancelButtonTapped ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
Результат | void |
public DoneButtonTapped ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System | ||
pickerType | ModalPickerType | |
headerText | string | |
parent | UIViewController | |
Результат | System |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
Результат | void |