C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Pager Namespace / C1Pager Class / OnClientPageIndexChanging Property

In This Topic
OnClientPageIndexChanging Property (C1Pager)
In This Topic
A function called when page index is changing. Cancellable.
Syntax
'Declaration
 
Public Property OnClientPageIndexChanging As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • New page index.
See Also