OnClearComplete()
Performs additional custom processes after clearing the contents of the MfCollectionBase instance.
Protected Method
The default implementation of this method is intended to be overridden by a derived class to perform some action after the collection is cleared.
The default implementation of this method is an O(1) operation.
This method allows implementers to define processes that must be performed after deleting all the elements from the underlying MfList. By defining this method, implementers can add functionality to inherited methods without having to override all other methods.
OnClear() is invoked before the standard Clear behavior, whereas OnClearComplete() is invoked after the standard Clear behavior.