Skip to main content
Version: 3.5

UploadProgressEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Progress event of a Upload control.

public delegate void UploadProgressEventHandler(Object sender, UploadProgressEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eUploadProgressEventArgsA UploadProgressEventArgs that contains the event data.

Fired By

NameDescription
Upload.ProgressFired while the Upload control receives the data being uploaded.