'Declaration
Public Event LongClick As EventHandler(Of View.LongClickEventArgs)
'Usage
Dim instance As GridGroupRowCell Dim handler As EventHandler(Of View.LongClickEventArgs) AddHandler instance.LongClick, handler
public event EventHandler<View.LongClickEventArgs> LongClick