Raises the UploadCancelled event.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
protected virtual void OnUploadCancelled( EventArgs e ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnUploadCancelled ( _ e As EventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnUploadCancelled( EventArgs^ e ) |
Parameters
- e
- Type: System..::.EventArgs
The EventArgs instance containing the event data.