[]
Provides data for the ColumnContextMenuOpening event.
public class ColumnContextMenuOpeningEventArgs : CancelEventArgs
Name | Description |
---|---|
ColumnContextMenuOpeningEventArgs(ContextMenuStrip, int) | Initializes a new instance of the ColumnContextMenuOpeningEventArgs 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. |