DataGridViewElement.RaiseCellContentDoubleClick Metoda

Definice

CellContentDoubleClick Vyvolá událost.

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)

Parametry

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs , který obsahuje data události.

Platí pro

Viz také