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



Event raised after a file is selected by the user.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Event raised when the user selects file(s) to be uploaded.")>
<CategoryAttribute("Action")>
Public Event FileSelected As FileSelectedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim handler As FileSelectedEventHandler
 
AddHandler instance.FileSelected, handler
C# 
[DartDescriptionAttribute("Event raised when the user selects file(s) to be uploaded.")]
[CategoryAttribute("Action")]
public event FileSelectedEventHandler FileSelected
C++/CLI 
[DartDescriptionAttribute("Event raised when the user selects file(s) to be uploaded.")]
[CategoryAttribute("Action")]
public:
event FileSelectedEventHandler^ FileSelected

Event Data

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

PropertyDescription
Files Gets an array of filenames selected.
UploadID Gets the UploadID associated with the selected files.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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