XLL+ Class Library (6.3)

CXlWorkbookActivateEvent Class

An event which is raised when a workbook is activated.

class CXlWorkbookActivateEvent : public CXlEvent

Overview

The event occurs when a workbook is activated.

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 CXlWorkbookActivateEventStaticObserver.

When observers are notified, an argument of type CXlWorkbookEventArgs is passed.

Requirements

Header: xlpevents.h

See Also

CXlWorkbookActivateEvent Methods | xlpevents.h | CXllApp::WorkbookActivateEvent | Events | CXlWorkbookEventArgs | CXlWorkbookActivateEventStaticObserver