CCmdTarget::OnFinalRelease

This member function is called by the framework when the last COM reference to or from the object is released. Override this function to provide special handling for this situation. The default implementation deletes the object.

Syntax

virtual void OnFinalRelease( );

At a Glance

Header File Afxwin.h
Platforms
Versions 2.0 and later
Complete documentation Visual C++ documentation

See Also

CCmdTarget Overview, CCmdTarget Member Functions, Application Architecture Classes