Version Event
Fired for each version.
Syntax
typedef void __fastcall (__closure *TicsSharePointVersionEvent)(System::TObject* Sender, TicsSharePointVersionEventParams *e);__property TicsSharePointVersionEvent OnVersion = {read=FOnVersion, write=FOnVersion};
typedef struct {
String Comments;
String CreatedBy;
String Date;
__int64 Size;
String URL;
String Version;
} TicsSharePointVersionEventParams;
Remarks
This event is fired as the result of a call to ListVersions.