FileManagerDownloadingEventArgs Class

Provides data for the Downloading event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public sealed class FileManagerDownloadingEventArgs : FileManagerPreEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    FileManagerPreEventArgs    FileManagerDownloadingEventArgs

Properties

DownloadFileNameGets the download file name related to the event.
FolderGets the folder related to the event.
(Inherited from FileManagerPreEventArgs)
IsCanceled
(Inherited from CancelEventArgs)
ItemNamesGets the item names related to the event.
OpenInBrowserGets a value that indicates whether the download is opened in browser.

Methods

Cancel
(Inherited from CancelEventArgs)

See Also