C# Class MonoMobile.Forms.ButtonElement

Inheritance: MonoTouch.Dialog.StringElement
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Action ControllerAction

Méthodes publiques

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

Method Details

ButtonElement() public méthode

public ButtonElement ( string caption, ControllerAction action ) : System
caption string
action ControllerAction
Résultat System

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

Selected() public méthode

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

Property Details

Action public_oe property

public ControllerAction,MonoMobile.Forms Action
Résultat ControllerAction