LimitLineCollectionOnInsert Method

Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance.

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
The zero-based index at which to insert value.
value  Object
The new value of the element at index.

See Also