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

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