ProjectItemCollectionBaseTItemInternalExchange Method |
Exchanges the items in the internal storage without wiring events or raising notifications.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void InternalExchange(
TItem oldItem,
TItem newItem
)
Parameters
- oldItem TItem
- The item to remove.
- newItem TItem
- The item to add.
See Also