Remove a listener that was interested in a specific types of changes.

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

Syntax

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

Parameters

cl
Type: BioSharp.Core.Utils..::.IChangeListener
a ChangeListener to remove
ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType that it was interested in

Implements

IChangeable..::.RemoveChangeListener(IChangeListener, ChangeType)

See Also