Hide Comments
Hide Comments

Comments (0)

Defines the event handler signature for a node notification event

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

type
  TVariantNodeNotifyEvent = procedure (Sender: TObject; const Node: TRSGPNode<Variant>) of object;
 

Parameters

Sender

Type: TObject

Node

Type: TRSGPNode<Variant>

expandingSee Also

Comments (0)