DataGridViewCellContextMenuStripNeededEventArgs(Int32, Int32) Constructor

Definition

Initializes a new instance of the DataGridViewCellContextMenuStripNeededEventArgs class.

public:
 DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex);
public DataGridViewCellContextMenuStripNeededEventArgs (int columnIndex, int rowIndex);
new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs : int * int -> System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs
Public Sub New (columnIndex As Integer, rowIndex As Integer)

Parameters

columnIndex
Int32

The column index of cell that the event occurred for.

rowIndex
Int32

The row index of the cell that the event occurred for.

Applies to

See also