DataGridViewCell.OnContentClick(DataGridViewCellEventArgs) 方法

定义

在单击单元格的内容时进行调用。

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

参数

注解

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

适用于

另请参阅