public override void Selected(DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) { // base.Selected(dvc, tableView, path); if (ConceptSelectedAction != null) { ConceptSelectedAction(this.Concept); } tableView.DeselectRow(path, true); }
public override void RowSelected(MonoTouch.UIKit.UITableView tableView, NSIndexPath indexPath) { base.RowSelected(tableView, indexPath); tableView.DeselectRow(indexPath, true); }