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)

參數

e
DataGridViewCellEventArgs

DataGridViewCellEventArgs,其中包含事件資料。

適用於

另請參閱