DataGridViewElement.RaiseCellContentDoubleClick Método

Definição

Aciona o 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)

Parâmetros

e
DataGridViewCellEventArgs

Um DataGridViewCellEventArgs que contém os dados do evento.

Aplica-se a

Confira também