Click or drag to resize

FileUploadedEventHandler Delegate

A delegate for handling FileUploaded 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 FileUploadedEventHandler(
	Object sender,
	FileUploadedEventArgs e
)

Parameters

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