DataItemCollectionOnRemoveComplete(Int32, Object) Method
Performs additional operations when the removing of a
DataItem has finished.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
protected override void OnRemoveComplete(
int index,
Object value
)
Protected Overrides Sub OnRemoveComplete (
index As Integer,
value As Object
)
Parameters
- index Int32
- Index of the removed DataItem.
- value Object
- An instance of removed DataItem.