DataItemCollectionOnRemoveComplete(Int32, Object) Method

Performs additional operations when the removing of a DataItem has finished.

Definition

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

Parameters

index  Int32
Index of the removed DataItem.
value  Object
An instance of removed DataItem.

See Also