Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple callers - One listener
Message
De
18/11/2003 17:35:19
 
 
À
18/11/2003 17:06:54
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00851190
Message ID:
00851199
Vues:
9
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
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform