[]
Called when an element of the current collection is about to be set.
protected override void OnSet(int index, object oldValue, object newValue)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the element. |
| object | oldValue | The old value of the element. |
| object | newValue | The new value of the element. |