AppEvents_SheetCalculateEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public delegate void AppEvents_SheetCalculateEventHandler(System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetCalculateEventHandler(object Sh);
Public Delegate Sub AppEvents_SheetCalculateEventHandler(Sh As Object)
Parameters
- Sh
- Object
The sheet. Can be a Chart or Worksheet object.
- Attributes