RegionCollectionOnInsert Method

Performs additional processes upon insertion of a new element into this collection.

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 OnInsert(
	int index,
	Object value
)

Parameters

index  Int32
Index where the Region object is inserted.
value  Object
A Region object being inserted.

Exceptions

ArgumentException Thrown if you try to add a Region object with duplicate Name.

See Also