'Declaration
Public Event ContextClick As EventHandler(Of View.ContextClickEventArgs)
'Usage
Dim instance As GridCellView Dim handler As EventHandler(Of View.ContextClickEventArgs) AddHandler instance.ContextClick, handler
public event EventHandler<View.ContextClickEventArgs> ContextClick