C# Class OKHOSTING.UI.Xamarin.Forms.Controls.ListPicker

List picker. Una lista de elementos donde el usuario puede seleccionar un elemento.

Inheritance: global::Xamarin.Forms.Picker, IListPicker
Exibir arquivo Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description
ListPicker_SelectedIndexChanged void

Public Methods

Method Description
IDisposable ( ) : void

The identifier dispose. El identificador dispose.

ListPicker ( ) : System

Initializes a new instance of the ListPicker class. Inicializa una nueva instancia de la clase ListPicker.

Private Methods

Method Description
ListPicker_SelectedIndexChanged ( object sender, EventArgs e ) : void

Lists the picker selected index changed. Lista de los indices a seleccionar.

Method Details

IDisposable() public method

The identifier dispose. El identificador dispose.

public IDisposable ( ) : void
return void

ListPicker() public method

Initializes a new instance of the ListPicker class. Inicializa una nueva instancia de la clase ListPicker.

public ListPicker ( ) : System
return System