Click or drag to resize

FileUploadEventHandler Delegate

A delegate for handling FileUpload event.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void FileUploadEventHandler(
	Object sender,
	FileUploadEventArgs e
)

Parameters

sender
Type: SystemObject
Object that fired the event.
e
Type: Atalasoft.Imaging.WebControlsFileUploadEventArgs
Arguments provided to the handler.
See Also