[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ColumnContextMenuOpenedEventArgs

ColumnContextMenuOpenedEventArgs Class

Provides data for the ColumnContextMenuOpened event.

Inheritance
ColumnContextMenuOpenedEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class ColumnContextMenuOpenedEventArgs : EventArgs

Constructors

Name Description
ColumnContextMenuOpenedEventArgs(ContextMenuStrip, int)

Initializes a new instance of the ColumnContextMenuOpenedEventArgs class.

Properties

Name Description
Col

Gets the index of the column that caused the event.

ContextMenuStrip

Gets the column context menu strip that caused the event.