C# Class XamarinForms.QbChat.CustomSelectableCell

Inheritance: Xamarin.Forms.ViewCell
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk

Méthodes publiques

Свойство Type Description
CommandProperty BindableProperty
IsSelectedProperty BindableProperty
TextProperty BindableProperty

Méthodes publiques

Méthode Description
CustomSelectableCell ( ) : System

Creates a new instance of CustomSelectableCell

Méthodes protégées

Méthode Description
OnTapped ( ) : void

Auto Select on tapped

Private Methods

Méthode 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 méthode

Creates a new instance of CustomSelectableCell
public CustomSelectableCell ( ) : System
Résultat System

OnTapped() protected méthode

Auto Select on tapped
protected OnTapped ( ) : void
Résultat void

Property Details

CommandProperty public_oe static_oe property

The BindableProperty
public static BindableProperty CommandProperty
Résultat BindableProperty

IsSelectedProperty public_oe static_oe property

The BindableProperty
public static BindableProperty IsSelectedProperty
Résultat BindableProperty

TextProperty public_oe static_oe property

The BindableProperty
public static BindableProperty TextProperty
Résultat BindableProperty