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



eventArgs
Initializes a new instance of the FileSelectedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventArgs As String _
)
Visual Basic (Usage)Copy Code
Dim eventArgs As String
 
Dim instance As New FileSelectedEventArgs(eventArgs)
C# 
public FileSelectedEventArgs( 
   string eventArgs
)
C++/CLI 
public:
FileSelectedEventArgs( 
   String^ eventArgs
)

Parameters

eventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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