Skip to main content
Version: 3.5

UploadErrorEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void UploadErrorEventHandler(Object sender, UploadErrorEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eUploadErrorEventArgsA UploadErrorEventArgs that contains the event data.

Fired By

NameDescription
Upload.ErrorFired when the Upload control generates an upload error.