| 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 | |
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.
| Property | Description |
|---|---|
| PostedFile | The PostedFile containing information about the uploaded file. |
Target Platforms: Microsoft .NET Framework 2.0