ChangeList Event
This event fires once for each change when ListChanges is called.
Syntax
typedef void __fastcall (__closure *TicsGoogleDriveChangeListEvent)(System::TObject* Sender, TicsGoogleDriveChangeListEventParams *e);__property TicsGoogleDriveChangeListEvent OnChangeList = {read=FOnChangeList, write=FOnChangeList};
typedef struct {
String Id;
String FileId;
bool Deleted;
} TicsGoogleDriveChangeListEventParams;
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.