DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs) Metoda

Definice

CellClick Vyvolá událost.

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)

Parametry

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs , který obsahuje data události.

Platí pro

Viz také