Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Delegates
TNodeNotifyEvent<T> Delegate
Defines the event handler signature for a node notification event
Namespace: RSGenerics.GeneticProgramEngine
Delphi
type TNodeNotifyEvent<T> = procedure (Sender: TObject; const Node: TRSGPNode<T>) of object;
Type Parameters
T
•RSGenerics.GeneticProgramEngine