[]
Called when an item is about to be set. Fires the Changing event.
protected override void OnSet(int index, object oldValue, object newValue)
Type | Name | Description |
---|---|---|
int | index | The item index. |
object | oldValue | The old item. |
object | newValue | The new item. |