OnClear()

Namespace ›› System ›› MfDictionaryBase ›› Methods ››
Parent Previous Next

OnClear()

OnClear()

OnClear()

Performs additional custom processes when clearing the contents of the MfDictionaryBase instance.

Remarks

Protected method.

The default implementation of this method is intended to be overridden by a derived class to perform some action before the collection is cleared. The On* methods are invoked only on the instance returned by the Dictionary property, but not on the instance returned by the InnerHashtable property.

OnClear is invoked before the standard Clear behavior, whereas OnClearComplete is invoked after the standard Clear behavior.