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



Provides data for the UploadManager.UploadComplete event.

Object Model

UploadCompleteEventArgs ClassUploadException ClassPostedFile Class

Syntax

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

Remarks

UploadCompleteEventArgs contains information concerning all the transfers attempted in the upload operation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.FileUpload.UploadCompleteEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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