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