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



postedFile
Initializes a new instance of the FileUploadEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal postedFile As PostedFile _
)
Visual Basic (Usage)Copy Code
Dim postedFile As PostedFile
 
Dim instance As New FileUploadEventArgs(postedFile)
C# 
public FileUploadEventArgs( 
   PostedFile postedFile
)
C++/CLI 
public:
FileUploadEventArgs( 
   PostedFile^ postedFile
)

Parameters

postedFile

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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