Called when a change has just taken place.

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

Syntax

C#
public void PostChange(
	ChangeEvent ce
)

Parameters

ce
Type: BioSharp.Core.Utils..::.ChangeEvent

[Missing <param name="ce"/> documentation for "M:BioSharp.Core.Utils.ChangeForwarder.PostChange(BioSharp.Core.Utils.ChangeEvent)"]

Implements

IChangeListener..::.PostChange(ChangeEvent)

Remarks

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

See Also