gpt4 book ai didi

c# - 在 C# 中将参数传递给 DownloadStringCompletedEventHandler

转载 作者:行者123 更新时间:2023-11-30 20:11:13 26 4
gpt4 key购买 nike

我正在开发 WP7 中的应用程序,我想将一个列表框作为参数传递给 client_DownloadStringCompleted 方法。

我的代码如下所示,

WebClient client = new WebClient();
client.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted);

最佳答案

只需将这一行添加到您的代码中:

client.DownloadStringAsync(yourUri, yourListBox);

关于c# - 在 C# 中将参数传递给 DownloadStringCompletedEventHandler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4048371/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com