Discover if we have listeners registered for a particular change type.

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

Syntax

C#
protected bool HasListeners(
	ChangeType ct
)

Parameters

ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType we are interested in

Return Value

true if there is at least one listener

See Also