Wisej.Web.UploadedEventHandler
Last updated 11 months ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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
The source of the event.
e
A that contains the event data.
Fired when files are uploaded to the control.