ComponentOne Imaging for Silverlight Library
DownloadCompleted Event

C1.Silverlight.Imaging Namespace > C1GifImage Class : DownloadCompleted Event
Fires after the image has been downloaded.
Syntax
'Declaration
 
Public Event DownloadCompleted As System.Net.OpenReadCompletedEventHandler
public event System.Net.OpenReadCompletedEventHandler DownloadCompleted
Event Data

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

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