UploadedEventArgs

Wisej.Web.UploadedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Uploaded event.

public class UploadedEventArgs : EventArgs

Constructors

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

NameTypeDescription

files

An instance of HttpFileCollection containing the uploaded files.

Properties

HttpFileCollection: Returns the collection of uploaded files.

Used By

NameDescription

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

Last updated