Create a forward change event.

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

Syntax

C#
protected ChangeEvent ForwardChangeEvent(
	ChangeEvent cev
)

Parameters

cev
Type: BioSharp.Core.Utils..::.ChangeEvent
The event to forward

Return Value

The forwarding event

See Also