Thanks for the help guys. This really does seem to be needlessly more complicated that it ought to be.
What I did in the end was to create my own custom TableView class, that inherited from UITableView. In there, I created an event that could be raised by the source's RowSelected method, and that passes the full row data back in the event args. All I did then was implemented an OnRowSelected event on my custom TableView instance. -- View this message in context: http://monotouch.2284126.n4.nabble.com/I-m-clearly-completely-misunderstanding-something-fundamental-Help-tp4370234p4372977.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
