Skip to main content
Version: 3.5

UploadedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Uploaded event.

public class UploadedEventArgs : EventArgs

Constructors

Instance memberUploadedEventArgs(files)

Initializes a new instance of the UploadedEventArgs class with the specified collection of uploaded files.

NameTypeDescription
filesHttpFileCollectionAn instance of HttpFileCollection containing the uploaded files.

Properties

Instance memberFiles

HttpFileCollection: Returns the collection of uploaded files.

Used By

NameDescription
UploadedEventHandlerRepresents the method that will handle the Uploaded event of a Upload control.