FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnContextMenuOpeningEventArgs Class / ColumnContextMenuOpeningEventArgs Constructor
The column context menu strip that caused the event.
The index of the column that caused the event.

In This Topic
    ColumnContextMenuOpeningEventArgs Constructor
    In This Topic
    Initializes a new instance of the ColumnContextMenuOpeningEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal columnContextMenu As ContextMenuStrip, _
       ByVal columnIndex As Integer _
    )
    public ColumnContextMenuOpeningEventArgs( 
       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.
    See Also