Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

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 _
)
Visual C++
protected:
virtual void OnSetComplete(
	int index, 
	Object^ oldValue, 
	Object^ newValue
) override

Parameters

index
Type: System..::..Int32
oldValue
Type: System..::..Object
newValue
Type: System..::..Object

See Also