Construct a ChangeEvent to be fired because another ChangeEvent has been received from a property object.

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

Syntax

C#
public ChangeEvent(
	Object source,
	ChangeType type,
	Object change,
	Object previous,
	ChangeEvent chain
)

Parameters

source
Type: System..::.Object
The object being changed.
type
Type: BioSharp.Core.Utils..::.ChangeType
The type of change being made.
change
Type: System..::.Object
The new value of the property being changed.
previous
Type: System..::.Object
The old value of the property being changed.
chain
Type: BioSharp.Core.Utils..::.ChangeEvent
The event which caused this event to be fired.

See Also