Table of Contents

Saved

This event is triggered on the server after saving. This event can, for example, allow you to trigger a server method.

Arguments

You can find the details of the interface on this page

Name Type Description
CreatedItems IReadOnlyList<TEntityView> The created items.
ModifiedItems IReadOnlyList<TEntityView> The modified items.
CreatedAndModifiedItems IReadOnlyList<TEntityView> The created and modified items regrouped in the same collection.
DeletedItems IReadOnlyList<TEntityView> The deleted items.
Context IBusinessRuleContext Represents a key/value pair dictionary that is used to store custom data. You can find the details of the interface on this page