C# Class Crosschat.Client.Seedwork.Controls.BindablePicker

Inheritance: Xamarin.Forms.Picker
Exibir arquivo Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Public Properties

Property Type Description
ItemsSourceProperty BindableProperty
SelectedItemProperty BindableProperty

Public Methods

Method Description
BindablePicker ( ) : System

Private Methods

Method Description
OnItemsSourceChanged ( BindableObject bindable, IEnumerable oldvalue, IEnumerable newvalue ) : void
OnSelectedIndexChanged ( object sender, EventArgs eventArgs ) : void
OnSelectedItemChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void

Method Details

BindablePicker() public method

public BindablePicker ( ) : System
return System

Property Details

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
return BindableProperty

SelectedItemProperty public_oe static_oe property

public static BindableProperty SelectedItemProperty
return BindableProperty