WorkbookEvents_SheetCalculateEventHandler Delegate

A Delegate type used to add an event handler for the SheetCalculate event. The SheetCalculate event occurs after any worksheet is recalculated or after any changed data is plotted on a chart.

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

Syntax

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

Parameters

  • Sh
    Type: System.Object

    The sheet. Can be a Chart or Worksheet object.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace