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