XLL+ Class Library (6.3)

CXlRegisterFunctionsEvent Class

An event which is raised just before the XLL's add-in functions are registered.

class CXlRegisterFunctionsEvent : public CXlEvent

Overview

The event occurs just before the XLL's add-in functions are registered. This usually occurs when the XLL is opened, after the CXllOpenEvent.

Observers should register for this event early in the life of the XLL. Registration can be done explicitly during CXllApp::InitInstance, or automatically by creating an instance of CXlRegisterFunctionsEventStaticObserver.

Requirements

Header: xlpevents.h

See Also

CXlRegisterFunctionsEvent Methods | xlpevents.h | CXllApp::RegisterFunctionsEvent | Events | CXlEventArgs | CXlRegisterFunctionsEventStaticObserver