C# Class TodoApp.iOS.Controls.CategoryPickerDelegate

Inheritance: UIPickerViewDelegate
Mostra file Open project: strongloop/loopback-example-xamarin

Public Methods

Method Description
CategoryPickerDelegate ( IUIPickerViewDelegate viewDelegate ) : System
GetView ( UIPickerView pickerView, nint row, nint component, UIView view ) : UIView
Selected ( UIPickerView pickerView, nint row, nint component ) : void

Method Details

CategoryPickerDelegate() public method

public CategoryPickerDelegate ( IUIPickerViewDelegate viewDelegate ) : System
viewDelegate IUIPickerViewDelegate
return System

GetView() public method

public GetView ( UIPickerView pickerView, nint row, nint component, UIView view ) : UIView
pickerView UIPickerView
row nint
component nint
view UIView
return UIView

Selected() public method

public Selected ( UIPickerView pickerView, nint row, nint component ) : void
pickerView UIPickerView
row nint
component nint
return void