FileManagerPreviewedEventArgs Class

Provides data for the Previewed event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public sealed class FileManagerPreviewedEventArgs : FileManagerPostEventArgs
Inheritance
Object    EventArgs    FileManagerPostEventArgs    FileManagerPreviewedEventArgs

Properties

FolderGets the folder related to the event.
(Inherited from FileManagerPostEventArgs)
ItemNameGets the item name related to the event.
PreviewerTypeGets the previewer type related to the event.

See Also