CylinderCollectionOnRemoveComplete Method

Performs additional custom processes after removing a Cylinder from the collection.

Definition

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

Parameters

index  Int32
A System.Int32.Int32 which represents a zero-based index at which value can be found.
value  Object
A System.Object.Object which represents a value of the Cylinder to remove from index.

See Also