Partager via


Constructeur PageNavigationEventArgs

Construit un nouvel objet PageNavigationEventArgs.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    newPage As Integer _
)
'Utilisation
Dim newPage As Integer

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

Paramètres

  • newPage
    Type : System.Int32
    Valeur integer contenant le nouveau numéro de page.

Voir aussi

Référence

PageNavigationEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms