Navigation: Code Documentation > RSCommon > GGraph > Classes > TGCustomGraph > Events
TGCustomGraph.OnNodeChange Event
Occurs when the node changes (edges are added or removed, weight is changed, etc).
Write an OnNodeChange event handler when you want to take some action when the node changes.
Namespace: GGraph
Delphi
public property OnNodeChange: TNodeNotifyEvent read FOnNodeChange write FOnNodeChange;
Value
Type: TNodeNotifyEvent
•GGraph.TGCustomGraph.OnAddNode
•GGraph.TGCustomGraph.OnNodeCaptionChange
•GGraph.TGCustomGraph.OnRemoveNode
•GGraph.TNodeNotifyEvent
•TGCustomGraph
•GGraph