DataGridViewCell.OnDoubleClick(DataGridViewCellEventArgs) 方法

定义

在双击单元格时进行调用。

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

参数

注解

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

适用于

另请参阅