onPreviousClicked( )


Adds an event handler that runs when the Previous button in the pagination bar is clicked.

Method Declaration
Copy
Method Parameters
handlerfunctionRequired

handler(event: Event): void The name of the function or the function expression to run when the Previous button is clicked.

Returns
Return Type:Pagination
Did this help?