Called after an item has been removed. Sets AutoGenerated property to false.

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

Syntax

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

Parameters

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

See Also