pp108 : onbeforeshowall

onbeforeshowall

This event is fired before all the business objects of the current model are fetched on click of the Show All button.

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

onbeforeshowall

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

returnValue

Boolean that denotes whether the ShowAll operation can be continued or not. To cancel the event, user can set the value of this property to false.

  • true: Default. Show All operation should be continued.
  • false: Show All operation should not be continued.

srcElement

Reference to the Show All button.

Applies to

Pagination Bar

Related reference

Navigator
Control Bar