[]
Performs additional custom processes after removing an element from the CollectionBase instance.
protected override void OnRemoveComplete(int index, object value)
Protected Overrides Sub OnRemoveComplete(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | Zero-based index at which value can be found |
object | value | Value of the element to remove |