[]
Performs additional custom processes after setting a value in the CollectionBase instance.
protected override void OnSetComplete(int index, object oldValue, object newValue)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which |
object | oldValue | The value to replace with |
object | newValue | The new value of the element at |