Item before insert event
Namespace: Telerik.Reporting.ChartingAssembly: 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 _
) |
See Also