Click or drag to resize

ProjectItemCollectionBaseTItemWireItem Method

Wires event handlers to 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 WireItem(
	TItem item
)

Parameters

item  TItem
The item to wire.
See Also