DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs) Metoda

Definicja

CellClick Zgłasza zdarzenie.

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

Element DataGridViewCellEventArgs zawierający dane zdarzenia.

Dotyczy

Zobacz też