Called when a change has just taken place.

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

Syntax

C#
public void PostChange(
	ChangeEvent cev
)

Parameters

cev
Type: BioSharp.Core.Utils..::.ChangeEvent
An event encapsulating the change which has occured.

Implements

IChangeListener..::.PostChange(ChangeEvent)

Remarks

This method is the place to perform any behavior in response to the change event.

See Also