Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItemUnwireItem 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(
	TDictionaryItem item
)

Parameters

item  TDictionaryItem
The item to unwire.
See Also