DataGridViewElement.RaiseCellContentDoubleClick Méthode

Définition

Déclenche l’événement CellContentDoubleClick.

protected:
 void RaiseCellContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected void RaiseCellContentDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
member this.RaiseCellContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Sub RaiseCellContentDoubleClick (e As DataGridViewCellEventArgs)

Paramètres

e
DataGridViewCellEventArgs

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

S’applique à

Voir aussi