FileManagerCopiedEventArgs Class

Provides data for the Copied event.

Definition

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

Properties

FolderGets the folder related to the event.
(Inherited from FileManagerPostEventArgs)
ItemNamesGets the item names related to the event.
TargetFolderGets the target folder related to the event.
TargetItemNamesGets the target item names related to the event.

See Also