'Declaration
Public Function New( _ ByVal columnContextMenu As ContextMenuStrip, _ ByVal columnIndex As Integer _ )
public ColumnContextMenuOpenedEventArgs( ContextMenuStrip columnContextMenu, int columnIndex )
Parameters
- columnContextMenu
- The column context menu strip that caused the event.
- columnIndex
- The index of the column that caused the event.