onaftersave |
This event is fired after business object(s) of all the models is synchronized on click of the Save button.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Remarks
This event will not be fired if the save event is cancelled inonbeforesaveevent.
Event Information
To invoke |
Click the Save button on the toolbar to synchronize the data to save business object(s) . |
Default Action |
Initiates any events associated with this event. |
Named Script |
onaftersave |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Reference to the Save button. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.