Method | Description | |
---|---|---|
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle | ||
MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | bool |
public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
editingStyle | UITableViewCellEditingStyle | |
indexPath | NSIndexPath | |
return | void |
public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCellEditingStyle |
public MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System | ||
tableView | UITableView | |
cellStyle | UITableViewCellStyle | |
cellIdentifier | NSString | |
bindingText | string | |
accessory | UITableViewCellAccessory | |
return | System |