SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

Column Event

Fired for each column.

Syntax

typedef void __fastcall (__closure *TibrSPSiteColumnEvent)(System::TObject* Sender, TibrSPSiteColumnEventParams *e);

__property TibrSPSiteColumnEvent OnColumn = {read=FOnColumn, write=FOnColumn};

typedef struct {
     String ColumnType;
     String Name;
     String DisplayName;
     bool IsRequired;
     String ColumnName;
} TibrSPSiteColumnEventParams;

Remarks

This event is fired as the result of a call to DescribeList.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0