C# 클래스 Nexus.Client.Util.Downloader.CompletedDownloadEventArgs

Describes the arguments of a completed download event.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

CompletedDownloadEventArgs() 공개 메소드

A simple constructor that initializes the object with the given values.
public CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System
p_booGetEntireFile bool Whether the entire file has been downloaded.
p_strSavedFileName string The path to the downloaded file.
리턴 System