DataGridViewElement.RaiseCellContentDoubleClick メソッド

定義

CellContentDoubleClick イベントを発生させます。

protected:
 void RaiseCellContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected void RaiseCellContentDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
member this.RaiseCellContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Sub RaiseCellContentDoubleClick (e As DataGridViewCellEventArgs)

パラメーター

e
DataGridViewCellEventArgs

イベント データを格納している DataGridViewCellEventArgs

適用対象

こちらもご覧ください