XLL+ Class Library (6.3)

CXlWorkbookOpenEvent Class

An event which is raised when a workbook is opened.

class CXlWorkbookOpenEvent : public CXlEvent

Overview

The event occurs when a workbook is opened.

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

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

Requirements

Header: xlpevents.h

See Also

CXlWorkbookOpenEvent Methods | xlpevents.h | CXllApp::WorkbookOpenEvent | Events | CXlWorkbookEventArgs | CXlWorkbookOpenEventStaticObserver