C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class / CancelLongPress Method


In This Topic
CancelLongPress Method (GridIncrementalLoadingCell)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("cancelLongPress", 
   "()V", 
   "GetCancelLongPressHandler")>
Public Overridable Sub CancelLongPress() 
 
'Usage
 
Dim instance As GridIncrementalLoadingCell
 
instance.CancelLongPress()
See Also