<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticProgramming > Delegates:
Comments (0)
Defines the event handler signature for a node notification event
Namespace: RSGeneticProgramming
Delphi
type TVariantNodeNotifyEvent = procedure (Sender: TObject; const Node: TRSGPNode<Variant>) of object;
Parameters
Sender
Type: TObject
Node
Type: TRSGPNode<Variant>