[]
Processes the OnSetComplete event, which sets a new sheet in the collection.
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 | Index of the sheet to set |
object | oldValue | Old sheet at the index |
object | newValue | New sheet to be set at the index |