Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
value
Type: System..::..Object

See Also