C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / CapturedPointer Event


In This Topic
CapturedPointer Event (GridGroupRowCell)
In This Topic
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
See Also