PrimitiveBaseCollectionOnInsertComplete Method

Performs additional custom processes after inserting a new PrimitiveBase into the collection.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected override void OnInsertComplete(
	int index,
	Object value
)

Parameters

index  Int32
System.Int32.Int32 The zero-based index at which to insert value.
value  Object
System.Object.Object The new value of the element at index.

See Also