BeforePreviousPage Event

Occurs before the previous set of records is displayed on a banded data access page.

Private Sub Object_BeforePreviousPage(DSCEventInfo As DSCEVENTINFO)

Object    The name of the DataSourceControl object that this event applies to.

DSCEventInfo    The DSCEventInfo object that contains information about the event.

Applies to | DataSourceControl Object

See Also | BeforeFirstPage Event | BeforeLastPage Event | BeforeNextPage Event