CylinderCollectionOnRemoveComplete Method
Performs additional custom processes after removing a
Cylinder from the
collection.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
protected override void OnRemoveComplete(
int index,
Object value
)
Protected Overrides Sub OnRemoveComplete (
index As Integer,
value As Object
)
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.