UploadProgressEventArgs
Wisej.Web.UploadProgressEventArgs
Last updated
Was this helpful?
Wisej.Web.UploadProgressEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the event.
Initializes a new instance of the class with the specified error message.
loaded
The number of bytes transferred. This doesn't include headers and other overhead, but only the content itself.
total
The total number of bytes of content that will be transferred. If the total size is unknown, this value is zero.
: The number of bytes transferred.
: The total number of bytes of content that will be transferred.
Represents the method that will handle the event of a control.