C# Class Redux.TodoMvc.Forms.TodoItem

Inheritance: Xamarin.Forms.ViewCell, INotifyPropertyChanged
Exibir arquivo Open project: GuillaumeSalles/redux.NET

Public Properties

Property Type Description
IsChanging bool
TodoProperty BindableProperty

Public Methods

Method Description
TodoItem ( ) : System

Private Methods

Method Description
CompleteCheckBox_Click ( object sender, EventArgs e ) : void
DeleteTodoItemButton_Click ( object sender, EventArgs e ) : void
OnTodoChanged ( BindableObject obj, Redux.TodoMvc.States.Todo oldValue, Redux.TodoMvc.States.Todo newValue ) : void

Method Details

TodoItem() public method

public TodoItem ( ) : System
return System

Property Details

IsChanging public_oe property

public bool IsChanging
return bool

TodoProperty public_oe static_oe property

public static BindableProperty TodoProperty
return BindableProperty