onaftershowall |
This event is fired after all the data of the model is fetched by clicking on the Show All button of the Pagination Bar.
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 Show All button on the pagination bar. |
Default Action |
Initiates any action associated with this event. |
Named Script |
onaftershowall |
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 Show All button. |
Remarks
This event will not be fired if the show all event is cancelled in onbeforeshowall event.