C# 클래스 XamarinForms.QbChat.CustomSelectableCell

상속: Xamarin.Forms.ViewCell
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk

공개 프로퍼티들

프로퍼티 타입 설명
CommandProperty BindableProperty
IsSelectedProperty BindableProperty
TextProperty BindableProperty

공개 메소드들

메소드 설명
CustomSelectableCell ( ) : System

Creates a new instance of CustomSelectableCell

보호된 메소드들

메소드 설명
OnTapped ( ) : void

Auto Select on tapped

비공개 메소드들

메소드 설명
ChangeChekedState ( ) : void
IsSelectedChanged ( BindableObject obj, bool oldValue, bool newValue ) : void

Raised when IsSelected changed

TextChanged ( BindableObject obj, string oldValue, string newValue ) : void

Raised when the Text changed

메소드 상세

CustomSelectableCell() 공개 메소드

Creates a new instance of CustomSelectableCell
public CustomSelectableCell ( ) : System
리턴 System

OnTapped() 보호된 메소드

Auto Select on tapped
protected OnTapped ( ) : void
리턴 void

프로퍼티 상세

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

The BindableProperty
public static BindableProperty CommandProperty
리턴 BindableProperty

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

The BindableProperty
public static BindableProperty IsSelectedProperty
리턴 BindableProperty

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

The BindableProperty
public static BindableProperty TextProperty
리턴 BindableProperty