Remove a ChangeListener from a projected feature.

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

Syntax

C#
public void RemoveChangeListener(
	IFeature f,
	IChangeListener cl,
	ChangeType ct
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature

[Missing <param name="f"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ReparentContext.RemoveChangeListener(BioSharp.Core.Bio.Seq.IFeature,BioSharp.Core.Utils.IChangeListener,BioSharp.Core.Utils.ChangeType)"]

cl
Type: BioSharp.Core.Utils..::.IChangeListener
the ChangeListener to remove
ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType it is registered for

Implements

IProjectionContext..::.RemoveChangeListener(IFeature, IChangeListener, ChangeType)

See Also