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