2 references to ItemLongPressed
Microsoft.Maui.Controls (2)
TableView\TableModel.cs (2)
70
if (
ItemLongPressed
!= null)
71
ItemLongPressed
(this, new EventArg<object>(item));