Saved 

Occurs when business objects are saved in the collection.

Syntax

Event Saved(index As Long, blsSaved As Boolean)

Parameters

index

Specifies the index of the business object, in the collection, that has been saved. If all the business objects are saved, the index = -1

blsSaved

TRUE if the Business Object has been saved, otherwise FALSE

Remarks

This event occurs if Save is executed successfully. If a particular business object is saved, this event is fired with the index of the business object.