'Declaration
Public Event ContextMenuCreated As EventHandler(Of View.CreateContextMenuEventArgs)
'Usage
Dim instance As DetailProviderRowHeaderCell Dim handler As EventHandler(Of View.CreateContextMenuEventArgs) AddHandler instance.ContextMenuCreated, handler
public event EventHandler<View.CreateContextMenuEventArgs> ContextMenuCreated