RegionCollectionOnInsert Method
Performs additional processes upon insertion of a new element into this collection.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
protected override void OnInsert(
int index,
Object value
)
Protected Overrides Sub OnInsert (
index As Integer,
value As Object
)
Parameters
- index Int32
- Index where the Region object is inserted.
- value Object
- A Region object being inserted.