Add an action to be executed when the spoecified object handle is deleted.
                template< class T > void AddHandleDeleteActionToCache( const CXlOper& xloHandle, IXlRtdCacheDeleteAction* action );  | 
            
A CXlOper value containing a valid string handle.
A pointer to an object derived from IXlRtdCacheDeleteAction.
The add-in function that contains the call should be marked as a Handle Creator function. This method is used by code generated by the XLL+ Function Wizard; it should not normally be used directly by developers.
AddHandleDeleteActionToCacheHeader: rtdhandles.h