Wisej.Web.UploadedEventHandler
Last updated 2 years ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Uploaded event of a Upload control.
public delegate void UploadedEventHandler(Object sender, UploadedEventArgs e)
Public Delegate Sub UploadedEventHandler(ByVal sender As [Object], ByVal e As UploadedEventArgs)
sender
Object
The source of the event.
e
UploadedEventArgs
A UploadedEventArgs that contains the event data.
Upload.Uploaded
Fired when files are uploaded to the Upload control.