Contains data associated with a file downloader event.
| C# |
public class FileDownloaderEventArgs : EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FileDownloaderEventArgs(Int64, Int64, Exception) |
Creates a new instance.
| |
| BytesReceived |
Gets the number of bytes received.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Gets the error that occurred, or null if none.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| TotalBytes |
Gets the total number of bytes to download.
|