C# Class Multiselect_Example.CustomSelectableCell

A selectable cross-platform cell
Inheritance: Xamarin.Forms.ViewCell
Mostra file Open project: TorbenK/Multiselect_Example

Public Properties

Property Type Description
AutoSelectProperty BindableProperty
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
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

AutoSelectProperty public_oe static_oe property

Then BindableProperty
public static BindableProperty AutoSelectProperty
return BindableProperty

CommandProperty public_oe static_oe property

The BindableProperty
public static BindableProperty CommandProperty
return BindableProperty

IsSelectedProperty public_oe static_oe property

The BindableProperty
public static BindableProperty IsSelectedProperty
return BindableProperty

TextProperty public_oe static_oe property

The BindableProperty
public static BindableProperty TextProperty
return BindableProperty