ReactionProcessorEvent Delegate
Delegate implemented by a method that wants to be called when a reaction is added to
or removed from, a ReactionProcessor.
Namespace:
Highpoint.Sage.Materials.ChemistryAssembly: Sage4 (in Sage4.dll)
Syntax
public delegate void ReactionProcessorEvent( ReactionProcessor rxnProcessor, Reaction reaction )
Parameters
- rxnProcessor
- Type: Highpoint.Sage.Materials.Chemistry..::..ReactionProcessor
- reaction
- Type: Highpoint.Sage.Materials.Chemistry..::..Reaction