'Declaration
Public Event KeyPress As EventHandler(Of View.KeyEventArgs)
'Usage
Dim instance As GridCellsPanel Dim handler As EventHandler(Of View.KeyEventArgs) AddHandler instance.KeyPress, handler
public event EventHandler<View.KeyEventArgs> KeyPress