onafterinsert |
This event is fired after business object(s) is inserted.
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 Insert button in the control bar to fire this event. |
Default Action |
Initiates any events associated with this event. |
Named Script |
OnAfterInsert |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Reference to the insert 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 insert operation in onbeforeinsert event, then this event will not be fired.