Called after an item has been set. Fires the Changed event.

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

Syntax

C#
protected override void OnSetComplete(
	int index,
	Object oldValue,
	Object newValue
)
Visual Basic
Protected Overrides Sub OnSetComplete ( _
	index As Integer, _
	oldValue As Object, _
	newValue As Object _
)

Parameters

index
Type: System..::..Int32
The item index.
oldValue
Type: System..::..Object
The old item.
newValue
Type: System..::..Object
The new item.

See Also