| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub InvalidDataEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- sender
- The source of the event.
- e
An EventArgs object that contains the event data.
For more information, see the EventArgs class in the Microsoft .NET Framework Reference.