Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hook into Form Events from Listview
Message
De
10/01/2006 06:32:11
 
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Divers
Thread ID:
01084641
Message ID:
01085103
Vues:
19
Pete,

If you have code in an overriden Load event on the form it will fire after the ListView's hooked Load event.

If you hook up an event in your forms constructor before the InitializeComponent() call then the forms Load event will fire before the ListViews.

I don't know this is the case but I am guessing there is a dependancy on code in the load event of the form that needs to execute before your hooked event handler.

Regards
Neil
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform