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