C# Class XamarinForms.QbChat.CustomSelectableCell

Inheritance: Xamarin.Forms.ViewCell
Show file Open project: QuickBlox/quickblox-dotnet-sdk

Public Properties

Property Type Description
CommandProperty BindableProperty
IsSelectedProperty BindableProperty
TextProperty BindableProperty

Public Methods

Method Description
CustomSelectableCell ( ) : System

Creates a new instance of CustomSelectableCell

Protected Methods

Method Description
OnTapped ( ) : void

Auto Select on tapped

Private Methods

Method Description
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

Method Details

CustomSelectableCell() public method

Creates a new instance of CustomSelectableCell
public CustomSelectableCell ( ) : System
return System

OnTapped() protected method

Auto Select on tapped
protected OnTapped ( ) : void
return void

Property Details

CommandProperty public static property

The BindableProperty
public static BindableProperty CommandProperty
return BindableProperty

IsSelectedProperty public static property

The BindableProperty
public static BindableProperty IsSelectedProperty
return BindableProperty

TextProperty public static property

The BindableProperty
public static BindableProperty TextProperty
return BindableProperty