public override void WillDisplayNode(ASTableView tableView, ASCellNode node, NSIndexPath indexPath) { WillDisplayCell?.Invoke(indexPath.Section, indexPath.Row); }
public void WillDisplay(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath) { WillDisplayCell?.Invoke(tableView, cell, indexPath); }