DataGridViewCell.OnMouseDoubleClick(DataGridViewCellMouseEventArgs) メソッド

定義

マウス ポインターがセル上にあるときにマウス ボタンをダブルクリックすると呼び出されます。

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

パラメーター

e
DataGridViewCellMouseEventArgs

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

注釈

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

適用対象

こちらもご覧ください