Represents the method that will handle ValidatingFile 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 ValidateFileEventHandler(
	Object sender,
	ValidateFileEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub ValidateFileEventHandler ( _
	sender As Object, _
	e As ValidateFileEventArgs _
)

Parameters

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

See Also