[]
Performs additional custom processes when removing an element from the CollectionBase instance.
protected override void OnRemove(int index, object value)
Protected Overrides Sub OnRemove(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which |
object | value | The value of the element to remove from |