Click or drag to resize

ProjectItemCollectionBaseTItemInternalExchange Method

Exchanges the items in the internal storage without wiring events or raising notifications.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalExchange(
	TItem oldItem,
	TItem newItem
)

Parameters

oldItem  TItem
The item to remove.
newItem  TItem
The item to add.
See Also