Share via


PageNavigationEventArgs Constructor (Int32)

 

Constructs a new PageNavigationEventArgs object.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
Public Sub New (
    newPage As Integer
)

Parameters

  • newPage
    Type: System.Int32

    An integer value containing the new page number.

See Also

PageNavigationEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top