Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple callers - One listener
Message
From
18/11/2003 17:35:19
 
 
To
18/11/2003 17:06:54
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00851190
Message ID:
00851199
Views:
10
I need to retrieve a property value from the sender, How do I get an object reference that I can use to retrieve the Text property?

Glenn

>
>Private Sub FilterSetter_SearchNames(ByVal sender As System.Object, _
> ByVal e As System.EventArgs) Handles FilterSetter1.SearchNames, _
>                                      FilterSetter2.SearchNames, _
>                                      FilterSetter3.SearchNames, _
>                                      FilterSetter4.SearchNames, _
>                                      FilterSetter5.SearchNames
>	MsgBox("Got a message from " & sender.ToString())
>End Sub
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform