RegionCollectionOnRemove Method
Performs additional custom processes when removing an element from the collection.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
protected override void OnRemove(
int index,
Object value
)
Protected Overrides Sub OnRemove (
index As Integer,
value As Object
)
Parameters
- index Int32
- The zero-based index at which value can be found.
- value Object
- The value of the element to remove from index.