C# Class Samples.EcteteraCellView

Inheritance: MonoMobile.Views.View, ISelectable, IUpdateable, IHandleNotifyPropertyChanged
显示文件 Open project: RobertKozak/MonoMobile.Views

Private Properties

Property Type Description

Public Methods

Method Description
EcteteraCellView ( ) : System.Drawing
HandleNotifyPropertyChanged ( object sender, System e ) : void
Selected ( DialogViewController controller, UITableView tableView, object item, MonoTouch indexPath ) : void
UpdateCell ( UITableViewCell cell, MonoTouch indexPath ) : void

Method Details

EcteteraCellView() public method

public EcteteraCellView ( ) : System.Drawing
return System.Drawing

HandleNotifyPropertyChanged() public method

public HandleNotifyPropertyChanged ( object sender, System e ) : void
sender object
e System
return void

Selected() public method

public Selected ( DialogViewController controller, UITableView tableView, object item, MonoTouch indexPath ) : void
controller MonoMobile.Views.DialogViewController
tableView UITableView
item object
indexPath MonoTouch
return void

UpdateCell() public method

public UpdateCell ( UITableViewCell cell, MonoTouch indexPath ) : void
cell UITableViewCell
indexPath MonoTouch
return void