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