'Declaration
Public Delegate Sub InvalidDataEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'Usage
Dim instance As New InvalidDataEventHandler(AddressOf HandlerMethod)
Parameters
- sender
- e
'Declaration
Public Delegate Sub InvalidDataEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'Usage
Dim instance As New InvalidDataEventHandler(AddressOf HandlerMethod)