Represents the method that will handle the UploadProgress event of the Ipernity class.
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public delegate void UploadProgressEventHandler( Object sender, UploadProgressEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub UploadProgressEventHandler ( _ sender As Object, _ e As UploadProgressEventArgs _ ) |
Visual C++ |
---|
public delegate void UploadProgressEventHandler( Object^ sender, UploadProgressEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object
The source of the event
- e
- Type: IpernityNET..::.UploadProgressEventArgs
A UploadProgressEventArgs that contains the event datas