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



sender
e
The delegate used for the FileUploadComplete event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub FileUploadEventHandler( _
   ByVal sender As Object, _
   ByVal e As FileUploadEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New FileUploadEventHandler(AddressOf HandlerMethod)
C# 
public delegate void FileUploadEventHandler( 
   object sender,
   FileUploadEventArgs e
)
C++/CLI 
public delegate void FileUploadEventHandler( 
   Object^ sender,
   FileUploadEventArgs^ 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.