C# Class Channel9Downloader.DataAccess.Events.DownloadRemovedEventArgs

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

Public Methods

Method Description
DownloadRemovedEventArgs ( IDownloadItem downloadItem ) : System

Initializes a new instance of the DownloadRemovedEventArgs class.

Method Details

DownloadRemovedEventArgs() public method

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