[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnContextMenuOpeningEventArgs.-ctor

ColumnContextMenuOpeningEventArgs Constructor

ColumnContextMenuOpeningEventArgs(ContextMenuStrip, int)

Initializes a new instance of the ColumnContextMenuOpeningEventArgs class.

Declaration
public ColumnContextMenuOpeningEventArgs(ContextMenuStrip columnContextMenu, int columnIndex)
Parameters
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.