DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) Metoda

Definice

CellContentClick Vyvolá událost.

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)

Parametry

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs , který obsahuje data události.

Platí pro

Viz také