Share via


PageNavigationEventArgs Constructor

Constructs a new PageNavigationEventArgs object.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Sub New ( _
    newPage As Integer _
)
'Usage
Dim newPage As Integer

Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs (
    int newPage
)
public:
PageNavigationEventArgs (
    int newPage
)
public PageNavigationEventArgs (
    int newPage
)
public function PageNavigationEventArgs (
    newPage : int
)

Parameters

  • newPage
    An integer value containing the new page number.

See Also

Reference

PageNavigationEventArgs Class
PageNavigationEventArgs Members
Microsoft.Reporting.WebForms Namespace