onafterdelete |
This event is fired after business object(s) is deleted.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Event Information
To invoke |
Click the Delete button in the control bar to fire this event. |
Default Action |
Initiates any events associated with this event. |
Named Script |
onAfterDelete |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Reference to the Delete button. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Remarks
If user cancels the delete operation in onbeforedelete event, then this event will not fire.