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


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