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)

参数

注解

此方法类似于 DataGridView.OnCellContentDoubleClick 方法。 它在引发事件的相同情况下 DataGridView.CellContentDoubleClick 调用,但它实际上不会引发事件。

适用于

另请参阅