DataGridViewCell.OnContentDoubleClick(DataGridViewCellEventArgs) Yöntem

Tanım

Hücrenin içeriğine çift tıklandığında çağrılır.

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)

Parametreler

e
DataGridViewCellEventArgs

DataGridViewCellEventArgs Olay verilerini içeren bir.

Açıklamalar

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

Şunlara uygulanır

Ayrıca bkz.