FileUploaderItemUploadingEventArgs Class

Provides data for the ItemUploading event.

Definition

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

Properties

IsCanceled
(Inherited from CancelEventArgs)
ItemGets the specific item in the upload queue related to the event.
QueueGets the upload queue related to the event.

Methods

Cancel
(Inherited from CancelEventArgs)

See Also