C# 클래스 Crosschat.Client.Seedwork.Controls.BindablePicker

상속: Xamarin.Forms.Picker
파일 보기 프로젝트 열기: EgorBo/CrossChat-Xamarin.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemsSourceProperty BindableProperty
SelectedItemProperty BindableProperty

공개 메소드들

메소드 설명
BindablePicker ( ) : System

비공개 메소드들

메소드 설명
OnItemsSourceChanged ( BindableObject bindable, IEnumerable oldvalue, IEnumerable newvalue ) : void
OnSelectedIndexChanged ( object sender, EventArgs eventArgs ) : void
OnSelectedItemChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void

메소드 상세

BindablePicker() 공개 메소드

public BindablePicker ( ) : System
리턴 System

프로퍼티 상세

ItemsSourceProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty ItemsSourceProperty
리턴 BindableProperty

SelectedItemProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty SelectedItemProperty
리턴 BindableProperty