pp108 : xforms-delete

xforms-delete


This event is fired before deletion of the business object.

Event Information

To invoke

Delete a control which is bound to a model and has a reference(xql).

Default Action

Initiates any action associated with the event.

Named Script

xforms-delete


Event Object Properties

Property

Description

businessObject

Object that denotes the business object that is deleted from the Model.

model

Object that denotes the Model which fired the event.

srcElement

Object that denotes the business object that is deleted from the Model.

tuple

The tuple associated with the deleted UI.



An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Remarks


This event is fired just before deleting the business object from the model. Once the UI associated with the business object is deleted, the event fires, followed by the actual synchronization of business object with the backend.

Applies to


Model