FileManagerDownloadedEventArgs Class
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Provides data for the Downloaded event.
public sealed class FileManagerDownloadedEventArgs : FileManagerPostEventArgs
- Inheritance
-
FileManagerDownloadedEventArgs
Properties
| 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. |
| 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. |