IFileInfo.OnDownloadProgress Event

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Occurs when a file download progresses.

Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Usage

'Usage
Dim instance As IFileInfo
Dim handler As EventHandler(Of DownloadProgressEventArgs)

AddHandler instance.OnDownloadProgress, handler

Syntax

'Declaration
Event OnDownloadProgress As EventHandler(Of DownloadProgressEventArgs)
event EventHandler<DownloadProgressEventArgs> OnDownloadProgress
event EventHandler<DownloadProgressEventArgs^>^ OnDownloadProgress {
    void add (EventHandler<DownloadProgressEventArgs^>^ value);
    void remove (EventHandler<DownloadProgressEventArgs^>^ value);
}
/** @event */
void add_OnDownloadProgress (EventHandler<DownloadProgressEventArgs> value)

/** @event */
void remove_OnDownloadProgress (EventHandler<DownloadProgressEventArgs> value)

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

IFileInfo Interface
IFileInfo Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07