DownloadProgressChangedEventHandler (System.Net.DownloadProgressChangedEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.dll

Represents the method that will handle the WebClient.DownloadProgressChanged event of a WebClient.

VB.NET C#

C#

public sealed class DownloadProgressChangedEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

Using the System.Net.WebClient Asynchronously - Rob Chartier ...

wc.DownloadProgressChanged += new System.Net.DownloadProgressChangedEventHandler(wc_DownloadProgressChanged); //add items to POST up. These will show in the Request.Form collection

svn.sigterm.eu

new System.Net.DownloadProgressChangedEventHandler(downloadProgressChanged); } private void _btCancel_Click(object sender, EventArgs e)

Mono Documentation

Mono Class Library : System.Net Namespace System.Net.DownloadProgressChangedEventHandler Delegate: Note: This namespace, class, or member is supported only in version ...

DownloadProgressChangedEventHandler Delegate (System.Net)

When you create a DownloadProgressChangedEventHandler delegate, you ... Previous Versions .NET Framework 3.0 Class Library System.Net DownloadProgressChangedEventHandler Delegate

DownloadProgressChangedEventHandler Delegate (System.Net)

Note: This delegate is new in the .NET Framework version 2.0. ... .NET Framework 2.0 Class Library Reference System.Net DownloadProgressChangedEventHandler Delegate

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support