DataGridViewElement.RaiseCellContentDoubleClick Método

Definição

Eleva o CellContentDoubleClick evento.

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)

Parâmetros

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs que contém os dados do evento.

Aplica-se a

Ver também