Метод | Описание | |
---|---|---|
Summary ( ) : string |
Метод | Описание | |
---|---|---|
FireValueChanged ( ) : void | ||
UpdateCaptionDisplay ( UITableViewCell cell ) : void | ||
UpdateCellDisplay ( UITableViewCell cell ) : void | ||
UpdateDetailDisplay ( UITableViewCell cell ) : void | ||
ValueElement ( string caption ) : System | ||
ValueElement ( string caption, System.Action tapped ) : System |
protected UpdateCaptionDisplay ( UITableViewCell cell ) : void | ||
cell | UITableViewCell | |
Результат | void |
protected UpdateCellDisplay ( UITableViewCell cell ) : void | ||
cell | UITableViewCell | |
Результат | void |
protected abstract UpdateDetailDisplay ( UITableViewCell cell ) : void | ||
cell | UITableViewCell | |
Результат | void |
protected ValueElement ( string caption ) : System | ||
caption | string | |
Результат | System |
protected ValueElement ( string caption, System.Action tapped ) : System | ||
caption | string | |
tapped | System.Action | |
Результат | System |