Implemented interface member:
method
RowSelected
Microsoft.Maui.Controls.ITableModel.RowSelected(System.Int32, System.Int32)
1 reference to RowSelected
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
132 TableView?.Model.RowSelected(indexPath.Section, indexPath.Row);