Click or drag to resize

TypedCollectionTMoveAfter Method

Move the source item to be immediately after the target item.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void MoveAfter(
	T source,
	T target
)

Parameters

source
Type: T
Source item to be moved.
target
Type: T
Target item to place the source item after.
See Also