DataGridViewRowContextMenuStripNeededEventArgs(Int32) 建構函式

定義

初始化 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)

參數

rowIndex
Int32

資料列的索引。

例外狀況

rowIndex 小於 -1。

備註

這個建構函式會 rowIndex 使用 參數值來初始化 RowIndex 屬性。

適用於

另請參閱