Create a new AnnotationForwarder that will forward events for a source using a change support.

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

Syntax

C#
public AnnotationForwarder(
	Object source,
	ChangeSupport cs
)

Parameters

source
Type: System..::.Object
the Object to forward events on behalf of
cs
Type: BioSharp.Core.Utils..::.ChangeSupport
the change support that manages listeners

See Also