Click or drag to resize

ProjectItemCollectionBaseTItemUnwireItem Method

Unwires event handlers from the specified item.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void UnwireItem(
	TItem item
)

Parameters

item  TItem
The item to unwire.
See Also