ComponentOne Xamarin.Android
CapturedPointer Event (GridGroupRowCell)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridGroupRowCell Class : CapturedPointer Event
Syntax
'Declaration
 
Public Event CapturedPointer As EventHandler(Of View.CapturedPointerEventArgs)
'Usage
 
Dim instance As GridGroupRowCell
Dim handler As EventHandler(Of View.CapturedPointerEventArgs)
 
AddHandler instance.CapturedPointer, handler
public event EventHandler<View.CapturedPointerEventArgs> CapturedPointer
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members