DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) Método

Definição

Eleva o CellContentClick evento.

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

A DataGridViewCellEventArgs que contém os dados do evento.

Aplica-se a

Ver também