DataGridViewCell.OnClick(DataGridViewCellEventArgs) 方法

定义

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

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

参数

注解

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

适用于

另请参阅