DataGridViewElement.RaiseCellContentDoubleClick(DataGridViewCellEventArgs) 方法
定義
引發 CellContentDoubleClick 事件。Raises the CellContentDoubleClick event.
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)
參數
DataGridViewCellEventArgs,其中包含事件資料。A DataGridViewCellEventArgs that contains the event data.