==============
on_after_apply
==============

on_after_apply(item)

**domain**: client 

**language**: javascript

**class** :doc:`Item class </refs/client/item_api>`

Description
===========

Occurs after an application saves the change log to the project database.

The ``item`` parameter is an item that triggered the event.

Write an ``on_after_apply`` event handler to take specific action immediately after 
an application saves data changes to the project database.

**On_after_apply** is triggered by
:doc:`apply <m_apply>`
method.

See also
========

:doc:`Modifying datasets </programming/data/modifying_datasets>`
