C# Class MonoMobile.Forms.ButtonElement

Inheritance: MonoTouch.Dialog.StringElement
Exibir arquivo Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Action ControllerAction

Public Methods

Method Description
ButtonElement ( string caption, ControllerAction action ) : System
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

ButtonElement() public method

public ButtonElement ( string caption, ControllerAction action ) : System
caption string
action ControllerAction
return System

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

Action public_oe property

public ControllerAction,MonoMobile.Forms Action
return ControllerAction