DataGridViewCheckBoxCell.OnContentDoubleClick メソッド

定義

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

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

パラメーター

e
DataGridViewCellEventArgs

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

適用対象

こちらもご覧ください