AppEvents_AfterCalculateEventHandler Delegate

A Delegate type used to add an event handler for the AfterCalculate event. The AfterCalculate event occurs when all pending refresh activity (both synchronous and asynchronous) and all of the resultant calculation activities have been completed.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_AfterCalculateEventHandler
'Usage
Dim instance As New AppEvents_AfterCalculateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_AfterCalculateEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace