Collection<T>.OnItemMoved Method

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
protected virtual void OnItemMoved(
	int oldIndex,
	int newIndex,
	T item
)

Parameters

oldIndex

Type: System..Int32

newIndex

Type: System..Int32

item

Type: T

See Also

Reference