ChangeList Event
This event fires once for each change when ListChanges is called.
Syntax
type TChangeListEvent = procedure ChangeList(Sender: TObject; const Id: String; const FileId: String; Deleted: Boolean) of object;property OnChangeList: TChangeListEvent read FOnChangeList write FOnChangeList;
Remarks
This event fires once for each change returned when ListChanges is called.
Id is the Id of the change.
FlieId is the Id of the file to which the change applies.
Deleted indicated whether the file to which the change applies is deleted.