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


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