UploadedEventArgs
Wisej.Web.UploadedEventArgs
Last updated
Wisej.Web.UploadedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the Uploaded event.
Initializes a new instance of the UploadedEventArgs class with the specified collection of uploaded files.
Name | Type | Description |
---|---|---|
files |
HttpFileCollection: Returns the collection of uploaded files.
Name | Description |
---|---|
An instance of containing the uploaded files.
Represents the method that will handle the event of a control.