Property | Type | Description | |
---|---|---|---|
m_Progress | int | ||
m_ProgressMax | int | ||
m_URL | string | ||
m_dlUID | int |
Method | Description | |
---|---|---|
FileDownloadExProgressEventArgs ( ) : System | ||
Reset ( ) : void | ||
SetParameters ( int uid, string url, int progress, int progressmax ) : void |
public FileDownloadExProgressEventArgs ( ) : System | ||
return | System |
public SetParameters ( int uid, string url, int progress, int progressmax ) : void | ||
uid | int | |
url | string | |
progress | int | |
progressmax | int | |
return | void |