DataGridViewRowContextMenuStripNeededEventArgs(Int32) Konstruktor

Definice

Inicializuje novou instanci DataGridViewRowContextMenuStripNeededEventArgs třídy.

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

Index řádku.

Výjimky

rowIndex je menší než -1.

Poznámky

Tento konstruktor používá hodnotu parametru rowIndex RowIndex k inicializaci vlastnosti.

Platí pro

Viz také