DataGridViewCheckBoxCell.OnContentDoubleClick 方法

定义

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

protected:
 override void OnContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected override void OnContentDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
override this.OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Overrides Sub OnContentDoubleClick (e As DataGridViewCellEventArgs)

参数

适用于

另请参阅