XLL+ Class Library

CXllPushApp::OnXllClose

Called during application termination

[C++]
virtual void OnXllClose();

Remarks

This virtual function should be implemented by any class descended from CXllPushApp. The method is called only once in the lifetime of an addin, just before it is closed.

It should always call the parent class implementation (CXllPushApp::OnXllClose()).

It should clean up any resources used by the application, such as database connections and data feeds.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::OnXllOpenEx() | CXllApp::OnXllClose() | Steps to create an asynchronous add-in