An event which is raised after a worksheet is calculated.
class CXlCalculateEvent : public CXlEvent |
The event occurs after a worksheet is calculated.
Observers can register for this event at any point in the life of the XLL. Registration can be done explicitly using Register, or automatically by creating an instance of CXlCalculateEventStaticObserver.
When observers are notified, an argument of type CXlWorksheetEventArgs is passed.
Header: xlpevents.h
CXlCalculateEvent Methods | xlpevents.h | CXllApp::CalculateEvent | Events | CXlWorksheetEventArgs | CXlCalculateEventStaticObserver