public sealed class FileManagerDownloadedEventArgs : FileManagerPostEventArgs
Public NotInheritable Class FileManagerDownloadedEventArgs
Inherits FileManagerPostEventArgs
DownloadFileName | Gets the download file name related to the event. |
ElapsedTime | Gets the elapsed time of the download action. |
ElapsedTimeAsString | Gets the string representation of ElapsedTime - the elapsed time of the download action. |
Folder | Gets the folder related to the event. (Inherited from FileManagerPostEventArgs) |
ItemNames | Gets the item names related to the event. |
OpenInBrowser | Gets a value that indicates whether the download is opened in browser. |
TotalDownloadedSize | Gets the total downloaded size for all items in the download action. |
TotalDownloadedSizeAsString | Gets the string representation of TotalDownloadedSize - the total downloaded size for all items in the download action. |
TransferRate | Gets the transfer rate (bytes per second) of the download action. |
TransferRateAsString | Gets the string representation of TransferRate - the transfer rate of the download action. |