Represents the method that will handle FileExists event.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public delegate void UploadedFileEventHandler(
	Object sender,
	UploadedFileEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub UploadedFileEventHandler ( _
	sender As Object, _
	e As UploadedFileEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.Web.UI.Controls.C1Upload..::..UploadedFileEventArgs
A UploadedFileEventArgs that contains the event data.

See Also