PowerWEB File Upload for ASP.NET
FileUploadExceptionEventHandler Delegate
See Also  Send comments on this topic.
Dart.FileUpload Namespace : FileUploadExceptionEventHandler Delegate



sender
e
The delegate used for the FileUploadFailed event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub FileUploadExceptionEventHandler( _
   ByVal sender As Object, _
   ByVal e As FileUploadExceptionEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New FileUploadExceptionEventHandler(AddressOf HandlerMethod)
C# 
public delegate void FileUploadExceptionEventHandler( 
   object sender,
   FileUploadExceptionEventArgs e
)
C++/CLI 
public delegate void FileUploadExceptionEventHandler( 
   Object^ sender,
   FileUploadExceptionEventArgs^ e
)

Parameters

sender
e

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.