Share via


DataGridViewCell.OnMouseDoubleClick(DataGridViewCellMouseEventArgs) Yöntem

Tanım

kullanıcı işaretçi bir hücrenin üzerindeyken fare düğmesine çift tıkladığında çağrılır.

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)

Parametreler

Açıklamalar

Bu yöntem yöntemine DataGridView.OnCellMouseDoubleClick benzer. Bir olayın oluşturulduğu aynı koşullarda DataGridView.CellMouseDoubleClick çağrılır, ancak aslında olayı tetiklemiyor.

Şunlara uygulanır

Ayrıca bkz.