ComponentOne Imaging for Silverlight Library
DownloadProgress Event

C1.Silverlight.Imaging Namespace > C1GifImage Class : DownloadProgress Event
Fires while the image is being downloaded.
Syntax
'Declaration
 
Public Event DownloadProgress As System.EventHandler(Of DownloadProgressChangedEventArgs)
public event System.EventHandler<DownloadProgressChangedEventArgs> DownloadProgress
Event Data

The event handler receives an argument of type System.Net.DownloadProgressChangedEventArgs containing data related to this event. The following DownloadProgressChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
(Inherited from System.ComponentModel.ProgressChangedEventArgs)
 
(Inherited from System.ComponentModel.ProgressChangedEventArgs)
See Also