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

Item Event

Fires for each item in the list.

Syntax

splist.on('Item', [callback])

Callback

The 'callback' is called when the 'Item' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.itemIndex
e.itemId
e.title
e.created

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