onafterprevious |
This event is fired after the previous set of business objects is fetched.
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 Previous button on the pagination bar. |
Default Action |
Initiates any action associated with this event. |
Named Script |
onafterprevious |
Event Object Properties
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Property |
Description |
---|---|
srcElement |
Reference to the Previous button. |
Remarks
This event will not be fired if the previous event is cancelled in onbeforeprevious event.