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