ComponentOne Xamarin.Android
CancelLongPress Method (GridCellView)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellView Class : CancelLongPress Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("cancelLongPress", 
   "()V", 
   "GetCancelLongPressHandler")>
Public Overridable Sub CancelLongPress() 
'Usage
 
Dim instance As GridCellView
 
instance.CancelLongPress()
[Android.Runtime.Register("cancelLongPress", 
   "()V", 
   "GetCancelLongPressHandler")]
public virtual void CancelLongPress()
See Also

Reference

GridCellView Class
GridCellView Members