Ejemplo n.º 1
0
 public override void RowDeselected(UITableView tableView, Foundation.NSIndexPath indexPath)
 {
     _source.RowDeselected(tableView, indexPath);
 }
        //public override void HeaderViewDisplayingEnded(UITableView tableView, UIView headerView, nint section) => Source.HeaderViewDisplayingEnded(tableView, headerView, section);

        //public override nint IndentationLevel(UITableView tableView, NSIndexPath indexPath) => Source.IndentationLevel(tableView, indexPath);

        //public override void PerformAction(UITableView tableView, ObjCRuntime.Selector action, NSIndexPath indexPath, NSObject sender) => Source.PerformAction(tableView, action, indexPath, sender);

        public override void RowDeselected(UITableView tableView, NSIndexPath indexPath) => Source.RowDeselected(tableView, indexPath);