Click or drag to resize

ProjectItemListBaseTItemInternalExchange Method

[Missing <summary> documentation for "M:Altaxo.Main.ProjectItemListBase`1.InternalExchange(`0,`0)"]


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

Parameters

oldItem  TItem

[Missing <param name="oldItem"/> documentation for "M:Altaxo.Main.ProjectItemListBase`1.InternalExchange(`0,`0)"]

newItem  TItem

[Missing <param name="newItem"/> documentation for "M:Altaxo.Main.ProjectItemListBase`1.InternalExchange(`0,`0)"]

See Also