Implemented interface member:
method
SendDisappearing
Microsoft.Maui.Controls.ICellController.SendDisappearing()
8 references to SendDisappearing
Microsoft.Maui.Controls (4)
Compatibility\Handlers\ListView\iOS\CellTableViewCell.cs (1)
34 BeginInvokeOnMainThread(cell.SendDisappearing);
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
1092 cell.SendDisappearing(); 1168 wrapper.Cell?.SendDisappearing();
Compatibility\Handlers\ListView\iOS\ViewCellRenderer.cs (1)
184 BeginInvokeOnMainThread(oldCell.SendDisappearing);
Microsoft.Maui.Controls.Compatibility (4)
iOS\Cells\CellTableViewCell.cs (1)
32 Device.BeginInvokeOnMainThread(_cell.SendDisappearing);
iOS\Cells\ViewCellRenderer.cs (1)
182 Device.BeginInvokeOnMainThread(oldCell.SendDisappearing);
iOS\Renderers\ListViewRenderer.cs (2)
1114 cell.SendDisappearing(); 1182 wrapper.Cell?.SendDisappearing();