An event which is raised when a new workbook is created.
class CXlNewWorkbookEvent : public CXlEvent |
The event occurs when a new workbook is created.
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 CXlNewWorkbookEventStaticObserver.
When observers are notified, an argument of type CXlWorkbookEventArgs is passed.
Header: xlpevents.h
CXlNewWorkbookEvent Methods | xlpevents.h | CXllApp::NewWorkbookEvent | Events | CXlWorkbookEventArgs | CXlNewWorkbookEventStaticObserver