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, содержащий данные события.

Применяется к

См. также раздел