C# Класс ListBoxConcept.StringElementHW

Наследование: MonoTouch.Dialog.StringElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
StringElementHW ( string caption ) : System
StringElementHW ( string caption, NSAction tapped ) : System
StringElementHW ( string caption, string value ) : System

Описание методов

Selected() публичный Метод

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
indexPath NSIndexPath
Результат void

StringElementHW() публичный Метод

public StringElementHW ( string caption ) : System
caption string
Результат System

StringElementHW() публичный Метод

public StringElementHW ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Результат System

StringElementHW() публичный Метод

public StringElementHW ( string caption, string value ) : System
caption string
value string
Результат System