DataGridViewElement.RaiseCellContentDoubleClick 方法

定义

引发 CellContentDoubleClick 事件。

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

参数

适用于

另请参阅