[]
Called when an item is about to be removed.
protected override void OnRemove(int index, object value)
Protected Overrides Sub OnRemove(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| object | value | The item. |