ViewportList.OnRemove Method

Performs additional custom processes when removing an element from the CollectionBase instance.
Protected Overrides Sub OnRemove( _ 
ByVal index As Integer, _ 
ByVal value As Object
)
This language is not supported or no code example is available.
protected override void OnRemove( 
int index
object value 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index at which value can be found.

value
object

The value of the element to remove from index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition