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


In This Topic
Touch Event (GridGroupRowCell)
In This Topic
Syntax
'Declaration
 
Public Event Touch As EventHandler(Of View.TouchEventArgs)
 
'Usage
 
Dim instance As GridGroupRowCell
Dim handler As EventHandler(Of View.TouchEventArgs)
 
AddHandler instance.Touch, handler
See Also