[]
Represents a defined method that handles the CalculateException event.
public delegate void CalculateExceptionHandler(object sender, CalculateExceptionEventArgs arg)
Public Delegate Sub CalculateExceptionHandler(sender As Object, arg As CalculateExceptionEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
CalculateExceptionEventArgs | arg | Event arguments |