XLL+ Class Library

CXllApp::OnXllUnregister

Called by the framework when the add-in is removed from the list of add-ins with the Excel Add-in Manager

[C++]
virtual void OnXllUnregister();

Remarks

This function is called whenever a user unregisters the add-in using the Excel Tools - Add-ins dialog. You can use this event to show advertising information.

The default implementation of this function does nothing.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::OnXllRegister()