Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C Sharp anyone?
Message
De
12/05/2001 03:49:03
 
 
À
10/05/2001 19:53:54
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00506065
Message ID:
00506591
Vues:
17
Are you talking about removing an event handler defined using something like this?
tvTree.AfterSelect += new System.WinForms.TreeViewEventHandler(this.tvTree_AfterSelect);
If you are then unhooking the event handler can be accomplished by doing something like this.
tvTree.AfterSelect -= new System.WinForms.TreeViewEventHandler(this.tvTree_AfterSelect);
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform