DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs) Méthode

Définition

Déclenche l’événement 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)

Paramètres

e
DataGridViewCellEventArgs

DataGridViewCellEventArgs qui contient les données d’événement.

S’applique à

Voir aussi