Occurs when an element is added to a collection.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected override void OnInsertComplete(
	int index,
	Object value
)
Visual Basic (Declaration)
Protected Overrides Sub OnInsertComplete ( _
	index As Integer, _
	value As Object _
)
Visual C++
protected:
virtual void OnInsertComplete(
	int index, 
	Object^ value
) override

Parameters

index
Type: System..::.Int32
value
Type: System..::.Object

See Also