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

Item Event

Fires for each item in the list.

Syntax

[VB.NET]
Public Event OnItem As OnItemHandler
[C#]
public event OnItemHandler OnItem;

public delegate void OnItemHandler(object sender, SplistItemEventArgs e);

class SplistItemEventArgs : EventArgs {
  int ItemIndex {get;}
  string ItemId {get;}
  string Title {get;}
  string Created {get;}
}

Remarks

Item is fired when ListItems is called.

The event parameters provide the ItemId and Title. Other fields can be accessed through the Items collection.

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