DataGridViewCell.OnContentDoubleClick(DataGridViewCellEventArgs) メソッド

定義

セルの内容がダブルクリックされたときに呼び出されます。

protected:
 virtual void OnContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected virtual void OnContentDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
abstract member OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
override this.OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Overridable Sub OnContentDoubleClick (e As DataGridViewCellEventArgs)

パラメーター

e
DataGridViewCellEventArgs

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

注釈

このメソッドは、 メソッドに DataGridView.OnCellContentDoubleClick 似ています。 イベントが発生した DataGridView.CellContentDoubleClick のと同じ状況で呼び出されますが、実際にはイベントは発生しません。

適用対象

こちらもご覧ください