[]
Called when an item is about to be set. Fires the Changing event.
protected override void OnSet(int index, object oldValue, object newValue)
Protected Overrides Sub OnSet(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. |