ChildList Event
Fires once for each child when calling ListChildren.
Syntax
typedef void __fastcall (__closure *TicsGoogleDriveChildListEvent)(System::TObject* Sender, TicsGoogleDriveChildListEventParams *e);__property TicsGoogleDriveChildListEvent OnChildList = {read=FOnChildList, write=FOnChildList};
typedef struct {
String Id;
String Link;
} TicsGoogleDriveChildListEventParams;
Remarks
This event fires once for each child returned when calling ListChildren.
Id is the Id of the child.
Link holds a link to the child.