DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs) Método

Definição

Aciona o evento CellClick.

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

Parâmetros

e
DataGridViewCellEventArgs

Um DataGridViewCellEventArgs que contém os dados do evento.

Aplica-se a

Confira também