C# Class Channel9Downloader.DataAccess.Events.DownloadRemovedEventArgs

This class contains information about a download removed event.
Inheritance: System.EventArgs
Afficher le fichier Open project: MadCowDevelopment/Channel9Downloader Class Usage Examples

Méthodes publiques

Méthode Description
DownloadRemovedEventArgs ( IDownloadItem downloadItem ) : System

Initializes a new instance of the DownloadRemovedEventArgs class.

Method Details

DownloadRemovedEventArgs() public méthode

Initializes a new instance of the DownloadRemovedEventArgs class.
public DownloadRemovedEventArgs ( IDownloadItem downloadItem ) : System
downloadItem IDownloadItem The download that has been removed.
Résultat System