[]
Initializes a new instance of the ColumnContextMenuOpenedEventArgs class.
public ColumnContextMenuOpenedEventArgs(ContextMenuStrip columnContextMenu, int columnIndex)
Type | Name | Description |
---|---|---|
ContextMenuStrip | columnContextMenu | The column context menu strip that caused the event. |
int | columnIndex | The index of the column that caused the event. |