I think this does not exist. You can overlay a transparent panel on the CustomListView and create the empty CustomListView1_Touch event routine, then set it visible / invisible when needed.
Sub clvMode_ItemClick (Index As Int, Value As Object)
If Not(ClvModeClicked) Then
ClvModeClicked = True
'... Do Stuff with sleep etc...'
ClvModeClicked = False
End If
End Sub
So if i tap more times quickly the items in the clv, until the code in the function is running, those are ignored thanks to the "clvModeClicked" variabile
P.S. the variabile is initiliazed to False in the Globals