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



sender
e
The delegate used for the UploadProgress event.

Syntax

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