XLL+ Class Library (7.0)

CXlCalculateEvent Class

An event which is raised after a worksheet is calculated.

class CXlCalculateEvent : public CXlEvent

Overview

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.

Requirements

Header: xlpevents.h

See Also

CXlCalculateEvent Methods | xlpevents.h | CXllApp::CalculateEvent | Events | CXlWorksheetEventArgs | CXlCalculateEventStaticObserver