[]
Provides data for the ColumnContextMenuOpened event.
public class ColumnContextMenuOpenedEventArgs : EventArgs
| Name | Description |
|---|---|
| ColumnContextMenuOpenedEventArgs(ContextMenuStrip, int) | Initializes a new instance of the ColumnContextMenuOpenedEventArgs class. |
| Name | Description |
|---|---|
| Col | Gets the index of the column that caused the event. |
| ContextMenuStrip | Gets the column context menu strip that caused the event. |