DataGridViewElement.RaiseCellContentDoubleClick Metodo

Definizione

Genera l'evento 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)

Parametri

e
DataGridViewCellEventArgs

Oggetto DataGridViewCellEventArgs che contiene i dati dell'evento.

Si applica a

Vedi anche