Reporting

Item before insert event

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
Index to insert at
value
Type: System..::..Object
Value to insert

See Also