DataGridViewCellContextMenuStripNeededEventArgs(Int32, Int32) コンストラクター

定義

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)

パラメーター

columnIndex
Int32

イベントが発生したセルの列インデックス。

rowIndex
Int32

イベントが発生したセルの行インデックス。

適用対象

こちらもご覧ください