This documentation is for the old version. Go to the latest Upload Suite docs

FileUploadEventHandler Delegate

This delegate represents the method that will handle FileUploaded event of the ImageUploader class.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Delegate Sub FileUploadEventHandler ( _
	sender As Object, _
	e As FileUploadEventArgs _
)
C#
public delegate void FileUploadEventHandler(
	Object sender,
	FileUploadEventArgs e
)

See Also

Reference