DataGridViewColumnDividerDoubleClickEventArgs コンストラクター

定義

DataGridViewColumnDividerDoubleClickEventArgs クラスの新しいインスタンスを初期化します。

public:
 DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System::Windows::Forms::HandledMouseEventArgs ^ e);
public DataGridViewColumnDividerDoubleClickEventArgs (int columnIndex, System.Windows.Forms.HandledMouseEventArgs e);
public DataGridViewColumnDividerDoubleClickEventArgs (int columnIndex, System.Windows.Forms.HandledMouseEventArgs? e);
new System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs : int * System.Windows.Forms.HandledMouseEventArgs -> System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs
Public Sub New (columnIndex As Integer, e As HandledMouseEventArgs)

パラメーター

columnIndex
Int32

ダブルクリックされた列区分線の横にある列のインデックス。

e
HandledMouseEventArgs

継承されたイベント データを格納している新しい HandledMouseEventArgs

例外

columnIndex が -1 未満です。

注釈

このコンストラクターは、 値を使用して プロパティの ColumnIndex 値を columnIndex 初期化します。 から HandledMouseEventArgs 継承されたプロパティの値は、 で e指定された値に初期化されます。

適用対象