C# Class XamarinEvolveIOS.NameValueCell

Inheritance: CustomUITableViewCellSubView
Datei anzeigen Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
NameValueCell ( string name, Func valueGet, Action valueSet ) : System

Protected Methods

Method Description
EditStyleChanged ( bool editing, bool animated ) : void

Method Details

EditStyleChanged() protected method

protected EditStyleChanged ( bool editing, bool animated ) : void
editing bool
animated bool
return void

NameValueCell() public method

public NameValueCell ( string name, Func valueGet, Action valueSet ) : System
name string
valueGet Func
valueSet Action
return System