TStringList.OnChange

Event triggered after the list was modified.

Declaration

Source position: classesh.inc line 869

public Property
  OnChange : TNotifyEvent;

Description

OnChange can be assigned to respond to changes that have occurred in the list. The handler is called whenever strings are added, moved, modified or deleted from the list.

The Onchange event is triggered after the modification took place. When the modification is about to happen, an TstringList.OnChanging event occurs.

See also

Name Description
TNotifyEvent Standard event handler type.
TStringList.OnChanging Event triggered when the list is about to be modified.