Called when an element is about to be removed from the current collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index of the element.
value
Type: System..::..Object
The value of the element.

See Also