Called when an item is about to be inserted into the dictionary.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index where the item is to be inserted.
value
Type: System..::..Object
The item value.

See Also