UploadErrorEventArgs
Wisej.Web.UploadErrorEventArgs
Last updated
Was this helpful?
Wisej.Web.UploadErrorEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the event.
Initializes a new instance of the class with the specified error message.
type
message
The error message.
fileNames
The list of files that failed to upload.
fileSizes
The list of files that failed to upload.
: Returns the error type.
The error type, one of .
: List of file names that failed to upload.
: List of file sizes that failed to upload.
: Returns the error message.
Represents the method that will handle the event of a control.