Implemented interface member:
method
SendDisappearing
Microsoft.Maui.Controls.ICellController.SendDisappearing()
4 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
);