ViewportList.OnInsert Method

Performs additional custom processes before inserting a new element into the CollectionBase instance.
Protected Overrides Sub OnInsert( _ 
ByVal index As Integer, _ 
ByVal value As Object
)
This language is not supported or no code example is available.
protected override void OnInsert( 
int index
object value 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index at which to insert value.

value
object

The new value of the element at index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition