UploadingEventArgs
Wisej.Web.UploadingEventArgs
Last updated
Wisej.Web.UploadingEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Uploading event.
Initializes a new instance of the UploadingEventArgs class with the specified collection of uploaded files.
fileNames
A string array containing the named of the files being uploaded.
fileSizes
An integer array containing the sizes of the files being uploaded.
String[]: Returns an array containing the names of the files being uploaded.
Int32[]: Returns an array containing the sizes in bytes of the files being uploaded.
Represents the method that will handle the event of a control.