Reporting

Item after remove event

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

Syntax

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

Parameters

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

Version Information

Supported in: 1.0.1

See Also