Dart.PowerWEB.TextBox Namespace > FileUploadEventArgs Class : FileUploadEventArgs Constructor (FileUploadEventArgs) |
Creates a new instance of FileUploadEventArgs.
[Visual Basic]
Public Function New( _
ByVal filePath As String, _
ByVal savedFilePath As String, _
ByVal exception As Exception, _
ByVal userMessage As String _
)
[C#]
public FileUploadEventArgs(
string filePath,
string savedFilePath,
Exception exception,
string userMessage
);
[C++]
public: FileUploadEventArgs(
string* filePath,
string* savedFilePath,
Exception* exception,
string* userMessage
)
[C++/CLI]
public:
FileUploadEventArgs(
String^ filePath,
String^ savedFilePath,
Exception^ exception,
String^ userMessage
)
A new object of this type is created and passed into the event handler of the HtmlBox.FileUpload event.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
FileUploadEventArgs Class | FileUploadEventArgs Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.