DataGridViewCellContextMenuStripNeededEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DataGridViewCellContextMenuStripNeededEventArgs.

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

Indeks kolumny komórki, dla którego wystąpiło zdarzenie.

rowIndex
Int32

Indeks wiersza komórki, dla którego wystąpiło zdarzenie.

Dotyczy

Zobacz też