'Declaration Public Delegate Sub CalculateExceptionHandler( _ ByVal sender As Object, _ ByVal arg As CalculateExceptionEventArgs _ )
'Usage Dim instance As New CalculateExceptionHandler(AddressOf HandlerMethod)
public delegate void CalculateExceptionHandler( object sender, CalculateExceptionEventArgs arg )
Parameters
- sender
- Source of the event
- arg
- Event arguments