IAssetFile.DownloadProgressChanged Event
Occurs when a file download progresses.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Event DownloadProgressChanged As EventHandler(Of DownloadProgressChangedEventArgs)
'Usage
Dim instance As IAssetFile
Dim handler As EventHandler(Of DownloadProgressChangedEventArgs)
AddHandler instance.DownloadProgressChanged, handler
event EventHandler<DownloadProgressChangedEventArgs> DownloadProgressChanged
event EventHandler<DownloadProgressChangedEventArgs^>^ DownloadProgressChanged {
void add (EventHandler<DownloadProgressChangedEventArgs^>^ value);
void remove (EventHandler<DownloadProgressChangedEventArgs^>^ value);
}
abstract DownloadProgressChanged : IEvent<EventHandler<DownloadProgressChangedEventArgs>,
DownloadProgressChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.