Implemented interface member:
method
NotifyRowTapped
Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(System.Int32, System.Int32, Microsoft.Maui.Controls.Cell)
3 references to NotifyRowTapped
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
1251 list.NotifyRowTapped(indexPath.Section, indexPath.Row, formsCell);
ListView\ListView.cs (2)
580 NotifyRowTapped(groupIndex, leftOver - 1, cell); 583 NotifyRowTapped(0, index, cell);