| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub UploadProgressEventHandler( _ ByVal sender As Object, _ ByVal e As UploadProgressEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New UploadProgressEventHandler(AddressOf HandlerMethod) | |
| C# | |
|---|---|
public delegate void UploadProgressEventHandler( object sender, UploadProgressEventArgs e ) | |
| C++/CLI | |
|---|---|
public delegate void UploadProgressEventHandler( Object^ sender, UploadProgressEventArgs^ e ) | |
Parameters
- sender
- e
Target Platforms: Microsoft .NET Framework 2.0