UploadedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Uploaded event.
- C#
- VB.NET
public class UploadedEventArgs : EventArgs
Public Class UploadedEventArgs
Inherits EventArgs
Constructors
UploadedEventArgs(files)
Initializes a new instance of the UploadedEventArgs class with the specified collection of uploaded files.
| Name | Type | Description |
|---|---|---|
| files | HttpFileCollection | An instance of HttpFileCollection containing the uploaded files. |
Properties
Files
HttpFileCollection: Returns the collection of uploaded files.
Used By
| Name | Description |
|---|---|
| UploadedEventHandler | Represents the method that will handle the Uploaded event of a Upload control. |