PagedControl.OnPageChange(Int32, Int32) Method

Definition

Paginates a control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override void OnPageChange(int oldPageIndex, int newPageIndex);
protected override void OnPageChange (int oldPageIndex, int newPageIndex);
override this.OnPageChange : int * int -> unit
Protected Overrides Sub OnPageChange (oldPageIndex As Integer, newPageIndex As Integer)

Parameters

oldPageIndex
Int32
newPageIndex
Int32

Applies to