C# 클래스 Channel9Downloader.DataAccess.Events.DownloadRemovedEventArgs

This class contains information about a download removed event.
상속: System.EventArgs
파일 보기 프로젝트 열기: MadCowDevelopment/Channel9Downloader 1 사용 예제들

공개 메소드들

메소드 설명
DownloadRemovedEventArgs ( IDownloadItem downloadItem ) : System

Initializes a new instance of the DownloadRemovedEventArgs class.

메소드 상세

DownloadRemovedEventArgs() 공개 메소드

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