Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C Sharp anyone?
Message
From
12/05/2001 03:49:03
 
 
To
10/05/2001 19:53:54
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00506065
Message ID:
00506591
Views:
16
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);
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform