===============
on_after_cancel
===============

on_after_cancel(item)

**domain**: server

**language**: python

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

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

Occurs after an application cancels modifications made to the item dataset.

The **item** parameter is the item that triggered the event.

Write an on_after_cancel event handler to take specific action immediately after 
an application cancels modifications made to the item dataset.

See also
========

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