Skip to main content
Version: 3.5

UploadedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void UploadedEventHandler(Object sender, UploadedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eUploadedEventArgsA UploadedEventArgs that contains the event data.

Fired By

NameDescription
Upload.UploadedFired when files are uploaded to the Upload control.