Called after an item has been inserted.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

Parameters

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

See Also