Create a new ChangeForwarder for forwarding events.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public ChangeForwarder(
	Object source,
	ChangeSupport changeSupport
)

Parameters

source
Type: System..::.Object
the new source object
changeSupport
Type: BioSharp.Core.Utils..::.ChangeSupport
the ChangeSupport managing the listeners

See Also