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



Event raised when an upload operation is cancelled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
<DartDescriptionAttribute("Event raised when an upload operation is cancelled.")>
Public Event UploadCancelled As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim handler As EventHandler
 
AddHandler instance.UploadCancelled, handler
C# 
[CategoryAttribute("Action")]
[DartDescriptionAttribute("Event raised when an upload operation is cancelled.")]
public event EventHandler UploadCancelled
C++/CLI 
[CategoryAttribute("Action")]
[DartDescriptionAttribute("Event raised when an upload operation is cancelled.")]
public:
event EventHandler^ UploadCancelled

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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