C# Class ListBoxConcept.StringElementHW

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

Public Methods

Method 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 method

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

StringElementHW() public method

public StringElementHW ( string caption ) : System
caption string
return System

StringElementHW() public method

public StringElementHW ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
return System

StringElementHW() public method

public StringElementHW ( string caption, string value ) : System
caption string
value string
return System