FileUploaderItemUploadedEventArgs Class

Provides data for the ItemUploaded event.

Definition

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

Properties

ItemGets the specific item in the upload queue related to the event.
QueueGets the upload queue related to the event.

See Also