DataGridViewRowContextMenuStripNeededEventArgs(Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DataGridViewRowContextMenuStripNeededEventArgs.

public:
 DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex);
public DataGridViewRowContextMenuStripNeededEventArgs (int rowIndex);
new System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs : int -> System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs
Public Sub New (rowIndex As Integer)

Parametry

rowIndex
Int32

Indeks wiersza.

Wyjątki

rowIndex wartość jest mniejsza niż -1.

Uwagi

Ten konstruktor używa wartości parametru rowIndex do inicjowania RowIndex właściwości.

Dotyczy

Zobacz też