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



Event raised when an individual file upload has completed.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Event raised when an individual file upload has completed.")>
<CategoryAttribute("Action")>
Public Event FileUploadComplete As FileUploadEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim handler As FileUploadEventHandler
 
AddHandler instance.FileUploadComplete, handler
C# 
[DartDescriptionAttribute("Event raised when an individual file upload has completed.")]
[CategoryAttribute("Action")]
public event FileUploadEventHandler FileUploadComplete
C++/CLI 
[DartDescriptionAttribute("Event raised when an individual file upload has completed.")]
[CategoryAttribute("Action")]
public:
event FileUploadEventHandler^ FileUploadComplete

Event Data

The event handler receives an argument of type FileUploadEventArgs containing data related to this event. The following FileUploadEventArgs properties provide information specific to this event.

PropertyDescription
PostedFile The PostedFile containing information about the uploaded file.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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