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 初期化します。

適用対象

こちらもご覧ください