[]
Called after an item has been set. Sets AutoGenerated property to false.
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. |