C# Class ListBoxConcept.StringElementHW

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

Méthodes publiques

Méthode Description
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
StringElementHW ( string caption ) : System
StringElementHW ( string caption, NSAction tapped ) : System
StringElementHW ( string caption, string value ) : System

Method Details

Selected() public méthode

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

StringElementHW() public méthode

public StringElementHW ( string caption ) : System
caption string
Résultat System

StringElementHW() public méthode

public StringElementHW ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Résultat System

StringElementHW() public méthode

public StringElementHW ( string caption, string value ) : System
caption string
value string
Résultat System