The default implementation of this method is intended to be overridden by a derived class to perform some action after the specified element is set.
The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property.
The collection reverts back to its previous state if one of the following occurs:
The default implementation of this method is an O(1) operation.
Notes to Implementers: This method allows implementers to define processes that must be performed after setting the specified element in the underlying System.Collections..::.ArrayList. By defining this method, implementers can add functionality to inherited methods without having to override all other methods.
OnSet is invoked before the standard Set behavior, whereas OnSetComplete is invoked after the standard Set behavior.