CylinderCollectionOnInsertComplete Method

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

Definition

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

Parameters

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

See Also