Exemple #1
0
 public override void RowSelected(UITableView tableView, NSIndexPath indexPath)
 {
     tableView.DeselectRow(indexPath, true);
     ContactEvent?.Invoke(this, new Tuple <ContactEventType, int>(ContactEventType.OpenProfile, _grouping[indexPath.Section].ElementAt(indexPath.Row).UserId));
 }