[]
Called after an item has been removed.
protected override void OnRemoveComplete(int index, object value)
Protected Overrides Sub OnRemoveComplete(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| object | value | The item. |