Anybody knows how to detect the clicked cell in Click and LongClick events?
TableView_AccessoryButtonClicked (SectionIndex As Int, Cell As TableCell) works perfect, but in Click no parameters.
I've tried with Tableview.SelectedRow but it's null in the event time.
Thanks.
TableView_AccessoryButtonClicked (SectionIndex As Int, Cell As TableCell) works perfect, but in Click no parameters.
I've tried with Tableview.SelectedRow but it's null in the event time.
Thanks.