UploadProgressEventHandler
Wisej.Web.UploadProgressEventHandler
Last updated
Was this helpful?
Wisej.Web.UploadProgressEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the Progress event of a Upload control.
public delegate void UploadProgressEventHandler(Object sender, UploadProgressEventArgs e)Public Delegate Sub UploadProgressEventHandler(ByVal sender As [Object], ByVal e As UploadProgressEventArgs)Fired while the Upload control receives the data being uploaded.
Last updated
Was this helpful?
Was this helpful?

