DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) Método

Definição

Aciona o evento CellContentClick.

protected:
 void RaiseCellContentClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected void RaiseCellContentClick (System.Windows.Forms.DataGridViewCellEventArgs e);
member this.RaiseCellContentClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Sub RaiseCellContentClick (e As DataGridViewCellEventArgs)

Parâmetros

e
DataGridViewCellEventArgs

Um DataGridViewCellEventArgs que contém os dados do evento.

Aplica-se a

Confira também