[]
Called after an item has been set. Fires the Changed event.
protected override void OnSetComplete(int index, object oldValue, object newValue)
Protected Overrides Sub OnSetComplete(index As Integer, oldValue As Object, newValue As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| object | oldValue | The old item. |
| object | newValue | The new item. |