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

Syntax

C#
protected override void OnRemoveComplete(
	int index,
	Object value
)
Visual Basic
Protected Overrides Sub OnRemoveComplete ( _
	index As Integer, _
	value As Object _
)
Visual C++
protected:
virtual void OnRemoveComplete(
	int index, 
	Object^ value
) override

Parameters

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

See Also