ComponentOne Xamarin.Android
ContextMenuCreated Event (GridGroupRowCell)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridGroupRowCell Class : ContextMenuCreated Event
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
public event EventHandler<View.CreateContextMenuEventArgs> ContextMenuCreated
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members