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


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