Notification function called whenever an object has been erased or unerased.
Parameters
Parameters
Description
pObject
[in] Pointer to the object that was erased/unerased.
erasing
[in] True if and only if this object is being erased. remarks The default implementation of this function does nothing. This function can be overridden in custom classes.