Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Usercontrol events
Message
De
20/07/2004 16:31:24
 
 
À
20/07/2004 15:40:39
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00926275
Message ID:
00926299
Vues:
11
Steve,

Inside of the grid (in the userControl), connect the DoubleClick event to a method of the usercontrol. In that method, invoke a call to OnDoubleClick(). For example:
private void DataGrid1_DoubleClick(object sender, System.EventArgs e)
{
   this.OnDoubleClick(e);
}
HTH.

>However, this only fires when the userControl container is doubleClicked...not the grid that is inside the container.
>
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform