DataGridViewCellContextMenuStripNeededEventArgs(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci DataGridViewCellContextMenuStripNeededEventArgs třídy.

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)

Parametry

columnIndex
Int32

Index sloupce buňky, pro kterou došlo k události.

rowIndex
Int32

Index řádku buňky, pro kterou došlo k události.

Platí pro

Viz také