C# Класс XamarinForms.QbChat.CustomSelectableCell

Наследование: Xamarin.Forms.ViewCell
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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