Implemented interface member:
method
NotifyRowTapped
Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(System.Int32, System.Int32, Microsoft.Maui.Controls.Cell)
4 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
1260
List.
NotifyRowTapped
(indexPath.Section, indexPath.Row, formsCell);