Version

CalculationsCompleted Event

Raised after all calculations are complete.
Syntax
'Declaration
 
Public Event CalculationsCompleted As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> CalculationsCompleted