[This is preliminary documentation and subject to change.]
Provides a placeholder for derived classes to implement custom logic when an item has been replaced in the associated collection.
[Visual Basic] Overridable Public Sub OnSetComplete( _ ByVal collection As CollectionBase, _ ByVal index As Integer, _ ByVal oldValue As Object, _ ByVal newValue As Object _ ) _