FileUploaderUploadingEventArgs Class

Provides data for the Uploading event.

Definition

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

Properties

IsCanceled
(Inherited from CancelEventArgs)
ItemsGets the items of the upload queue related to the event.
QueueGets the upload queue related to the event.

Methods

Cancel
(Inherited from CancelEventArgs)

See Also