Called when a change has just taken place.
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public virtual void PostChange( ChangeEvent ce ) |
Parameters
- ce
- Type: BioSharp.Core.Utils..::.ChangeEvent
[Missing <param name="ce"/> documentation for "M:BioSharp.Core.Utils.ChangeAdapter.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.