|
wc.DownloadProgressChanged += new System.Net.DownloadProgressChangedEventHandler(wc_DownloadProgressChanged); //add items to POST up. These will show in the Request.Form collection
|
|
new System.Net.DownloadProgressChangedEventHandler(downloadProgressChanged); } private void _btCancel_Click(object sender, EventArgs e)
|
|
Mono Class Library : System.Net Namespace System.Net.DownloadProgressChangedEventHandler Delegate: Note: This namespace, class, or member is supported only in version ...
|
|
When you create a DownloadProgressChangedEventHandler delegate, you ... Previous Versions .NET Framework 3.0 Class Library System.Net DownloadProgressChangedEventHandler Delegate
|
|
Note: This delegate is new in the .NET Framework version 2.0. ... .NET Framework 2.0 Class Library Reference System.Net DownloadProgressChangedEventHandler Delegate
|