<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Delegates:
Comments (0)
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
Sender
Type: TObject
Node
Type: TRSGPNode<T>