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



Provides data for the UploadManager.FileUploadComplete event.

Object Model

FileUploadEventArgs ClassPostedFile Class

Syntax

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

Remarks

FileUploadEventArgs contains the PostedFile.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.FileUpload.FileUploadEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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