C# Class XamarinEvolveIOS.NameValueCell

Inheritance: CustomUITableViewCellSubView
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode Description
NameValueCell ( string name, Func valueGet, Action valueSet ) : System

Méthodes protégées

Méthode Description
EditStyleChanged ( bool editing, bool animated ) : void

Method Details

EditStyleChanged() protected méthode

protected EditStyleChanged ( bool editing, bool animated ) : void
editing bool
animated bool
Résultat void

NameValueCell() public méthode

public NameValueCell ( string name, Func valueGet, Action valueSet ) : System
name string
valueGet Func
valueSet Action
Résultat System