UploadedEventArgs

Wisej.Web.UploadedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the Uploaded event.

public class UploadedEventArgs : EventArgs

Constructors

UploadedEventArgs(files)

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

Name
Type
Description

files

An instance of HttpFileCollection containing the uploaded files.

Properties

Files

HttpFileCollection: Returns the collection of uploaded files.

Used By

Name
Description

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

Last updated