PowerWEB File Upload for ASP.NET
UploadProgressEventArgs Class
Members  See Also  Send comments on this topic.
Dart.FileUpload Namespace : UploadProgressEventArgs Class



Provides data for the UploadManager.UploadProgress event.

Syntax

Visual Basic (Declaration) 
Public Class UploadProgressEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
C# 
public class UploadProgressEventArgs : System.EventArgs 
C++/CLI 
public ref class UploadProgressEventArgs : public System.EventArgs 

Remarks

UploadProgressEventArgs contains information concerning the progress of the upload operation, including the currently transferring file, and the operation as a whole.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.FileUpload.UploadProgressEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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