Navigation: Code Documentation > RSCommon > GLists > Classes > TGCustomLinkedList > Properties
TGCustomLinkedList.OnChange Property
Occurs when a node is added or removed from the linked list.
Write an OnChange event to respond to changes in the linked list.
Namespace: GLists
Delphi
public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Property Value
Type: TNotifyEvent
•TGCustomLinkedList
•GLists