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

Column Event

Fired for each column.

Syntax

[VB.NET]
Public Event OnColumn As OnColumnHandler
[C#]
public event OnColumnHandler OnColumn;

public delegate void OnColumnHandler(object sender, SpsiteColumnEventArgs e);

class SpsiteColumnEventArgs : EventArgs {
  string ColumnType {get;}
  string Name {get;}
  string DisplayName {get;}
  bool IsRequired {get;}
  string ColumnName {get;}
}

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